File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
password : ${{ secrets.GITHUB_TOKEN }}
25
25
26
26
- 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
28
28
with :
29
29
cache-from : type=gha
30
30
cache-to : type=gha,mode=max
31
31
push : ${{ github.ref == 'refs/heads/main' }}
32
32
tags : ghcr.io/spillhuset/django-system-template-app
33
33
34
34
- 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
36
36
with :
37
37
cache-from : type=gha
38
38
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments