Skip to content

Commit

Permalink
Updating the GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaybenleroll committed May 11, 2023
1 parent 90c19cb commit 162f1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 162f1e4

Please sign in to comment.