Skip to content

Commit

Permalink
upgrade docker workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Sep 28, 2023
1 parent 8c03eff commit 274a5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Docker login
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v3
with:
use: true

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: release/arrowsquid

Expand Down

0 comments on commit 274a5ae

Please sign in to comment.