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:
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user