Skip to content

Commit

Permalink
use correct tag for keycloak-test-images
Browse files Browse the repository at this point in the history
  • Loading branch information
sschum committed Nov 11, 2024
1 parent 38d3e12 commit f2035b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}:${{ matrix.keycloak-version }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.keycloak-version }}
labels: ${{ steps.meta.outputs.labels }}
file: test/Dockerfile
build-args: |
Expand Down

0 comments on commit f2035b4

Please sign in to comment.