diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0059a8e..5efe373 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -69,7 +69,9 @@ jobs: platforms: linux/amd64,linux/arm64 file: dockerfiles/dnf/Dockerfile push: true - tags: ghcr.io/openchami/image-build:${{ steps.set_tag.outputs.tag }} + tags: + - ghcr.io/openchami/image-build:${{ steps.set_tag.outputs.tag }} + - ghcr.io/openchami/image-build:latest - name: Build and push Docker image (EL9) # Only run this step if a valid tag is computed @@ -80,7 +82,9 @@ jobs: platforms: linux/amd64,linux/arm64 file: dockerfiles/dnf/Dockerfile.el9 push: true - tags: ghcr.io/openchami/image-build-el9:${{ steps.set_tag.outputs.tag }} + tags: + - ghcr.io/openchami/image-build-el9:${{ steps.set_tag.outputs.tag }} + - ghcr.io/openchami/image-build-el9:latest - name: Generate release notes # Only run this step if version was computed from tag