Skip to content

Commit

Permalink
release.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed May 2, 2024
1 parent a6297a0 commit 96f718f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: webapp
buildargs: API_URI
buildargs: |
API_URI1=${API_URI1}
API_URI2=${API_URI2}
platforms: linux/arm64
docker-push-authservice:
name: Push auth service Docker Image to GitHub Packages
Expand Down

0 comments on commit 96f718f

Please sign in to comment.