Skip to content

Commit

Permalink
fix(ci): corrige l'argument de release sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Nov 21, 2024
1 parent fd3c993 commit 76546b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
docker buildx bake -f docker-compose.yaml \
--set '*.platform=linux/amd64' \
--build-arg SENTRY_RELEASE=${{ inputs.release-version || 'latest' }} \
--set *.args.SENTRY_RELEASE=${{ inputs.release-version || 'latest' }} \
--load --pull ${{ matrix.app }}
- name: Login to GitHub Container Registry ghcr.io
Expand Down

0 comments on commit 76546b9

Please sign in to comment.