Merge pull request #13 from actions/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
This commit is contained in:
Nick Alteen
2024-06-17 10:48:53 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ jobs:
# Publish the container image # Publish the container image
- name: Publish Container Image - name: Publish Container Image
id: publish id: publish
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
env: env:
LABELS: ${{ steps.meta.outputs.labels }} LABELS: ${{ steps.meta.outputs.labels }}
TAGS: ${{ steps.meta.outputs.tags }} TAGS: ${{ steps.meta.outputs.tags }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Build the Container - name: Build the Container
id: build id: build
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true