Skip to content

Commit d18b7a2

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 96abf71 commit d18b7a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} App
27-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
27+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
2828
with:
2929
cache-from: type=gha
3030
cache-to: type=gha,mode=max
3131
push: ${{ github.ref == 'refs/heads/main' }}
3232
tags: ghcr.io/spillhuset/shqueue-app
3333

3434
- name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} Nginx
35-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
35+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3636
with:
3737
cache-from: type=gha
3838
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)