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.
1 parent bd8f15d commit dfaf422Copy full SHA for dfaf422
.github/workflows/pre-merge.yml
@@ -92,7 +92,6 @@ jobs:
92
fi
93
94
echo "urls=$urls" >> "$GITHUB_OUTPUT"
95
- exit 1
96
97
notify-slack:
98
runs-on: ubuntu-latest
.github/workflows/release_publish.yml
@@ -95,7 +95,6 @@ jobs:
update-stackbrew-file $MAJOR_VERSION --input official-images/library/redis --output official-images/library/redis
cd official-images && git diff --color
cd -
99
100
- name: Create pull request to official-images
101
id: create-pr
0 commit comments