You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-docker-image-alpine.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,11 @@ jobs:
78
78
if [ $RETRY_COUNT -ge $MAX_RETRIES ]; then
79
79
echo "Caddy version ${{ env.VERSION }}-builder-alpine or ${{ env.VERSION }}-alpine is not available after $MAX_RETRIES retries. Triggering workflow again."
Copy file name to clipboardExpand all lines: .github/workflows/build-docker-image-standard.yml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ jobs:
78
78
if [ $RETRY_COUNT -ge $MAX_RETRIES ]; then
79
79
echo "Caddy version ${{ env.VERSION }}-builder or ${{ env.VERSION }} is not available after $MAX_RETRIES retries. Setting environment variable to trigger job again."
0 commit comments