Merge pull request #17 from actions/dependabot/github_actions/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
This commit is contained in:
Nick Alteen 2023-09-12 20:59:42 -04:00 committed by GitHub
commit a1957426e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
- name: Build the Container - name: Build the Container
id: build id: build
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true