mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-06-27 16:46:54 +00:00
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:
commit
0777081f50
10
.github/workflows/bacula-build-and-publish.yml
vendored
10
.github/workflows/bacula-build-and-publish.yml
vendored
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user