Skip to content

Commit

Permalink
typo in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Dec 19, 2023
1 parent 3a12631 commit 476ae6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE }}
tag: ${{ env.RELEASE_VERSION }} latest_release
tags: ${{ env.RELEASE_VERSION }} latest_release
containerfiles: ./Containerfile
- name: Push to repo
uses: redhat-actions/push-to-registry@v2
Expand All @@ -71,7 +71,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.IMAGE_REGISTRY }}
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE }}
tag: ${{ env.RELEASE_VERSION }} latest_release
tags: ${{ env.RELEASE_VERSION }} latest_release
- name: Print image url
run: echo "Image pushed to ${{ steps.push-to-repo.outputs.registry-paths }}"

0 comments on commit 476ae6e

Please sign in to comment.