Skip to content

Commit

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

fix(deps): update docker/build-push-action action to v6.7.0
  • Loading branch information
rwxd authored Aug 23, 2024
2 parents 246f79d + 7658ad2 commit fe698cd
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.3.0
uses: docker/build-push-action@v6.7.0
with:
context: .
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}
Expand Down

0 comments on commit fe698cd

Please sign in to comment.