Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7b0f182

Browse files
committed
chore(deps): update erzz/dockle-action action to v1.2.0
1 parent 493e38a commit 7b0f182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-oidc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
197197

198198
- name: Run Dockle
199-
uses: erzz/dockle-action@v1.1.1
199+
uses: erzz/dockle-action@v1.2.0
200200
with:
201201
image: ${{ needs.build-image.outputs.image-name }}:${{ needs.build-image.outputs.image-tag }}
202202
exit-code: 1

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
credentials_json: ${{ secrets.password }}
178178

179179
- name: Run Dockle
180-
uses: erzz/dockle-action@v1.1.1
180+
uses: erzz/dockle-action@v1.2.0
181181
with:
182182
image: ${{ needs.build-image.outputs.image-name }}:${{ needs.build-image.outputs.image-tag }}
183183
exit-code: 1

0 commit comments

Comments
 (0)