Skip to content

Commit

Permalink
ci: fix docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Artonus committed Mar 1, 2024
1 parent 67430f3 commit 4508d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: get-version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: build
run: docker build -f Dockerfile --tag hermes --label "runnumber=${GITHUB_RUN_ID}"
run: docker build -f Dockerfile --tag hermes --label "runnumber=${GITHUB_RUN_ID}" .
- name: log in to the registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $ --password-stdin
- name: Deploy
Expand Down

0 comments on commit 4508d0e

Please sign in to comment.