Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Fix incorrect docker build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Sep 3, 2022
1 parent ff083cc commit 2745d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build
run: docker build --tag ghcr.io/$GITHUB_ACTOR/fastdtlmapper:v${{ github.event.inputs.version }}
run: docker build --tag ghcr.io/$GITHUB_ACTOR/fastdtlmapper:v${{ github.event.inputs.version }} .

- name: Docker Push
run: docker push ghcr.io/$GITHUB_ACTOR/fastdtlmapper:v${{ github.event.inputs.version }}

0 comments on commit 2745d77

Please sign in to comment.