Skip to content

Commit

Permalink
Merge pull request #105 from akquinet/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x

fix(deps): update docker/build-push-action action to v6.9.0
  • Loading branch information
rwxd authored Sep 30, 2024
2 parents dc84656 + 81883f9 commit 2f25f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push master Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: .
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}
Expand Down

0 comments on commit 2f25f89

Please sign in to comment.