Skip to content

Commit

Permalink
github sha pass to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmanczak committed Jul 14, 2024
1 parent 449fce2 commit 402b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build -t rustapi .
run: docker build -t rustapi -build-arg GITHUB_SHA=$GITHUB_SHA .
- name: Run image
run: |
docker stop rustapi || true
Expand Down

0 comments on commit 402b911

Please sign in to comment.