Skip to content

Commit

Permalink
Merge pull request #499 from buanet/dependabot/github_actions/beta/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6.9.0

Bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
buanet authored Oct 2, 2024
2 parents 14255e2 + a46295f commit a369d92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS_IOB }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./debian12
file: ./debian12/Dockerfile
Expand Down

0 comments on commit a369d92

Please sign in to comment.