Skip to content

Commit

Permalink
Update docker/build-push-action action to v6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 3c2cad3 commit e0d0462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Build image for tests
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Build for ARM v7 (caching)
if: contains(inputs.platforms, 'linux/arm/v7')
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: linux/arm/v7
Expand All @@ -135,7 +135,7 @@ jobs:
file: ${{ inputs.dockerfile }}

- name: Build and push for Docker Hub
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: ${{ inputs.platforms }}
Expand All @@ -147,7 +147,7 @@ jobs:

- name: Set latest tag
if: inputs.variant == 'alpine'
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: ${{ inputs.platforms }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/[email protected]

- name: Build image for tests
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
platforms: linux/amd64
Expand Down

0 comments on commit e0d0462

Please sign in to comment.