Skip to content

Commit

Permalink
build: Remove unnecessary image creation label from release workflow …
Browse files Browse the repository at this point in the history
…- it revalidating the cache on each run

Signed-off-by: Eden Reich <[email protected]>
  • Loading branch information
edenreich committed Feb 26, 2025
1 parent 05ce42a commit 3abdba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ jobs:
--destination=${{ env.CONTAINER_REGISTRY }}/${{ env.REPOSITORY_OWNER }}/${{ env.REPOSITORY_NAME }}:minimal \
--destination=${{ env.CONTAINER_REGISTRY }}/${{ env.REPOSITORY_OWNER }}/${{ env.REPOSITORY_NAME }}:minimal-${{ env.VERSION }} \
--build-arg=TARGET_ARCH=${{ matrix.target }} \
--label="org.opencontainers.image.created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
--label="org.opencontainers.image.version=${{ env.VERSION }}" \
--label="org.opencontainers.image.revision=${{ github.sha }}" \
--label="org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}" \
Expand Down

0 comments on commit 3abdba0

Please sign in to comment.