Skip to content

Commit

Permalink
Update publish_docker_image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinakanaka authored Jul 19, 2023
1 parent 316ad82 commit 1cd6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
images: ${{ secrets.DOCKER_REPOSITORY }}

- name: Build and push Docker image
uses: docker/build-push-action@4
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 1cd6072

Please sign in to comment.