Skip to content

Commit

Permalink
fix tags: needs to include linux distro
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinblaesi committed Apr 25, 2022
1 parent 02568d6 commit 9232af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.REGISTRY_IMAGE }}
tags: latest ${{ github.ref_name }}
tags: ${{ matrix.containerFile }}-latest ${{ matrix.containerFile }}-${{ github.ref_name }}
archs: ${{ matrix.arch }}
containerfiles: |
./container/${{ matrix.containerFile }}.Containerfile
Expand Down

0 comments on commit 9232af0

Please sign in to comment.