Merge pull request #10 from eftechcombr/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
This commit is contained in:
Eduardo Fraga 2024-06-17 09:50:47 -03:00 committed by GitHub
commit 0777081f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}
@ -122,7 +122,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}
@ -181,7 +181,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}
@ -241,7 +241,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}
@ -301,7 +301,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}

View File

@ -74,7 +74,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}
@ -134,7 +134,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.CONTEXT }}
platforms: ${{ env.PLATFORMS }}