Skip to content

Commit

Permalink
build: update two additional docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 12, 2022
1 parent b373cd6 commit 27b380b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/metadata-action@v4
id: meta
with:
Expand Down

0 comments on commit 27b380b

Please sign in to comment.