Skip to content

Commit 95bb325

Browse files
chore(deps): update docker/build-push-action digest to 471d1dc (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 463b772 commit 95bb325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@0adf9959216b96bec444f325f1e493d4aa344497 # v6
27+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
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/django-system-template-app
3333

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

0 commit comments

Comments
 (0)