Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Aug 22, 2024
1 parent 3dbd018 commit d2aa1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
SHA_SHORT=$(git rev-parse --short=7 ${TAG_NAME})
echo "SHA_SHORT=${SHA_SHORT}" >> $GITHUB_ENV
if ! docker pull ***/actions-demo:${SHA_SHORT}; then
echo "❌ Failed to pull Docker image ***/actions-demo:${SHA_SHORT}" >> $GITHUB_STEP_SUMMARY
if ! docker pull kennyd3d/actions-demo:${SHA_SHORT}; then
echo "❌ Failed to pull Docker image kennyd3d/actions-demo:${SHA_SHORT}" >> $GITHUB_STEP_SUMMARY
exit 1
fi
Expand Down

0 comments on commit d2aa1da

Please sign in to comment.