Skip to content

Commit

Permalink
added build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed May 23, 2024
1 parent d039943 commit 6031d40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
docker login --username ${{github.actor}} --password ${{github.token}} ghcr.io
docker build ./.devcontainer -t ghcr.io/aai-institute/tfl-training-practical-anomaly-detection:latest
docker push ghcr.io/aai-institute/tfl-training-practical-anomaly-detection:latest
env:
PARTICIPANT_BUCKET_READ_SECRET: "test-secret"
with:
build_args:
PARTICIPANT_BUCKET_READ_SECRET=${{ secrets.PARTICIPANT_BUCKET_READ_SECRET }}

0 comments on commit 6031d40

Please sign in to comment.