Skip to content

Commit

Permalink
Merge pull request #1002 from Lan2Play/renovate/dev-docker-build-push…
Browse files Browse the repository at this point in the history
…-action-6.x

Update docker/build-push-action action to v6.10.0 (dev)
  • Loading branch information
Apfelwurm authored Dec 28, 2024
2 parents d09c415 + 12adf7e commit 4d6475b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Linux Image
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: ./Dockerfile
Expand All @@ -64,7 +64,7 @@ jobs:
push: false
- name: Build and push Linux Image
if: ${{ startsWith(github.ref, 'refs/heads/master') && github.event_name == 'push' }}
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: ./Dockerfile
Expand All @@ -81,7 +81,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.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4d6475b

Please sign in to comment.