Skip to content

Commit

Permalink
fix: add image tags in merge job (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader authored Jun 4, 2024
1 parent a61c89b commit fa9f9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=sha,prefix=

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -89,6 +87,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=sha,prefix=
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit fa9f9ea

Please sign in to comment.