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 e3ba236 commit 316ad82
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3


- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
Expand All @@ -25,7 +31,7 @@ jobs:
images: ${{ secrets.DOCKER_REPOSITORY }}

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

0 comments on commit 316ad82

Please sign in to comment.