Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.10.0 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 2c9e729 commit cc5de15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/a200.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == 'refs/heads/master'
with:
push: true
Expand All @@ -62,7 +62,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}

- name: Build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == !'refs/heads/master'
with:
context: ./build/a200/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/me-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == 'refs/heads/master'
with:
context: .
Expand All @@ -68,7 +68,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}

- name: Build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == !'refs/heads/master'
with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vk2tg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == 'refs/heads/master'
with:
push: true
Expand All @@ -68,7 +68,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}

- name: Build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
if: github.ref == !'refs/heads/master'
with:
context: .
Expand Down

0 comments on commit cc5de15

Please sign in to comment.