Browse Source
Merge pull request #2 from GameServerManagers/dependabot/github_actions/docker/setup-buildx-action-2.2.0
Bump docker/setup-buildx-action from 2.0.0 to 2.2.0
pull/4/head
Daniel Gibbs
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docker-publish.yml
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
uses: docker/setup-qemu-action@v2 |
|
|
|
- |
|
|
|
name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v2.0.0 |
|
|
|
uses: docker/setup-buildx-action@v2.2.0 |
|
|
|
- |
|
|
|
name: Login to DockerHub |
|
|
|
uses: docker/login-action@v2.1.0 |
|
|
|