Skip to content

Commit

Permalink
Update docker/build-push-action action to v6.11.0 (#1061)
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 Jan 8, 2025
1 parent 1ca09db commit b5a5a7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Linux Image
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand All @@ -66,7 +66,7 @@ jobs:
push: false
- name: Build and push Linux Image
if: ${{ startsWith(github.ref, 'refs/heads/main') && github.event_name == 'push' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand All @@ -84,7 +84,7 @@ jobs:
push: true
- name: Build and push Linux legacy Image
if: ${{ startsWith(github.ref, 'refs/heads/legacy') && github.event_name == 'push' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand All @@ -101,7 +101,7 @@ jobs:
push: true
- name: Build and push Linux Image dev
if: ${{ startsWith(github.ref, 'refs/heads/dev') && github.event_name == 'push' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit b5a5a7f

Please sign in to comment.