Skip to content

Commit

Permalink
feature: github: update docker actions (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 5, 2023
1 parent c379798 commit 35dedfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo "::set-output name=version::$(grep '"version":' package.json -m1 | cut -d\" -f4)"
- 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@v1
with:
Expand Down

0 comments on commit 35dedfd

Please sign in to comment.