Merge pull request #5 from benphelps/dependabot/github_actions/docker/build-push-action-3.1.1

Bump docker/build-push-action from 2.10.0 to 3.1.1
pull/25/head
Ben Phelps 2 years ago committed by GitHub
commit c1a5fa6571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
with:
context: .
push: ${{ github.event_name != 'pull_request' }}

Loading…
Cancel
Save