Skip to content

Commit 6cef762

Browse files
authored
Merge pull request #40 from SatelliteQE/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents f29bb5f + fcd1075 commit 6cef762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_manifester_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.QUAY_PASSWORD }}
2828

2929
- name: Build and push image to Quay
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
file: ./Dockerfile
3333
push: true

0 commit comments

Comments
 (0)