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 14, 2025
1 parent 424913b commit 5cbeb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
images: ${{ secrets.DOCKER_USERNAME }}/ghost-docker

- name: Push it - Latest
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivvy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

## Build and scan Latest image
- name: Build an image from Dockerfile - latest
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 5cbeb5a

Please sign in to comment.