Skip to content

Commit a2644c8

Browse files
authored
Change continue-on-error to false in workflow
1 parent f5a6401 commit a2644c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
tags: ${{ steps.meta.outputs.tags }}
7373
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.container-name }}:buildcache
7474
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.container-name }}:buildcache,mode=max
75-
continue-on-error: true
75+
continue-on-error: false

0 commit comments

Comments
 (0)