Skip to content

Commit

Permalink
fix(ci): docker tag (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Dec 29, 2024
1 parent 6398225 commit 4ba2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
load: true
context: ./src
file: ./src/Dockerfile
tags: ${{ steps.get_version.outputs.version-without-v }}-test
tags: ghcr.io/${{ steps.repository_owner.outputs.lowercase }}/oidc-server-mock:${{ steps.get_version.outputs.version-without-v }}-test

- name: Setup Tilt
run: curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/${TILT_VERSION}/scripts/install.sh | bash
Expand Down

0 comments on commit 4ba2867

Please sign in to comment.