We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 112eccf + 3ef7ec0 commit 7de4950Copy full SHA for 7de4950
1 file changed
.github/workflows/dockerimage.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: MAIN – Build and push
48
if: ${{ github.event_name == 'push' }}
49
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
50
with:
51
context: .
52
file: Dockerfile
@@ -56,7 +56,7 @@ jobs:
56
57
- name: PR – build only
58
if: ${{ github.event_name == 'pull_request' }}
59
60
61
62
0 commit comments