Browse Source
Merge pull request #1 from GameServerManagers/dependabot/github_actions/docker/build-push-action-3.2.0
Bump docker/build-push-action from 3.1.1 to 3.2.0
pull/4/head
Daniel Gibbs
2 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
|
|
@ -35,7 +35,7 @@ jobs: |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
- |
|
|
|
name: Build and push |
|
|
|
uses: docker/build-push-action@v3.1.1 |
|
|
|
uses: docker/build-push-action@v3.2.0 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
platforms: linux/amd64 |
|
|
|