We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05cd656 + 9bea2bb commit c8cd24fCopy full SHA for c8cd24f
.github/workflows/docker.yml
@@ -107,7 +107,7 @@ jobs:
107
password: ${{ secrets.GITHUB_TOKEN }}
108
109
- name: Build Docker image
110
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
111
with:
112
context: .
113
load: true
@@ -136,7 +136,7 @@ jobs:
136
137
- name: Deploy the tagged Docker image
138
if: steps.attributes.outputs.push == 'true'
139
140
141
142
push: true
0 commit comments