Skip to content

Commit

Permalink
do not publish to latest!
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Mar 12, 2024
1 parent 3941587 commit c19fda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-arch-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
crane tag "${PACKAGE}:${VERSION}" "${VERSION_MINOR}"
crane tag "${PACKAGE}:${VERSION}" "${VERSION_MAJOR}"
fi
crane tag "${PACKAGE}:${VERSION}" latest
# crane tag "${PACKAGE}:${VERSION}" latest
echo "digest=$(crane digest "${PACKAGE}:${VERSION}")" >> "$GITHUB_OUTPUT"
# copy to other repositories specified
Expand All @@ -383,7 +383,7 @@ jobs:
crane tag "${P}:${VERSION}" "${VERSION_MINOR}"
crane tag "${P}:${VERSION}" "${VERSION_MAJOR}"
fi
crane tag "${P}:${VERSION}" latest
# crane tag "${P}:${VERSION}" latest
fi
done
Expand Down

0 comments on commit c19fda4

Please sign in to comment.