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
parent
commit
03f585032a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-publish.yml

2
.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

Loading…
Cancel
Save