Skip to content

Commit

Permalink
Remove sha tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 9, 2022
1 parent 9a4d483 commit 6044f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest-${{ github.sha }}
tags: latest
containerfiles: |
./Dockerfile
build-args: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}-ipxe
tags: latest-${{ github.sha }}
tags: latest
containerfiles: |
./templates/ipxe/Dockerfile
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}-upgrade-kiss
tags: latest-${{ github.sha }}
tags: latest
containerfiles: |
./templates/kiss/Dockerfile
build-args: |
Expand Down

0 comments on commit 6044f83

Please sign in to comment.