Skip to content

Commit

Permalink
fixup! ci(tags): do not tag images as 'latest' (backport #1940) (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 5, 2024
1 parent d57bba8 commit 454a686
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
IMAGE_VERSION: ${{ needs.build-and-test-amd64.outputs.image-version }}
run: |
podman load -i cryostat-amd64.tar
podman tag $CRYOSTAT_IMG:$IMAGE_VERSION-linux-amd64
if: github.repository_owner == 'cryostatio'
- uses: actions/download-artifact@v3
with:
Expand All @@ -61,7 +60,6 @@ jobs:
IMAGE_VERSION: ${{ needs.build-and-test-arm64.outputs.image-version }}
run: |
podman load -i cryostat-arm64.tar
podman tag $CRYOSTAT_IMG:$IMAGE_VERSION-linux-arm64
if: github.repository_owner == 'cryostatio'
- name: Create OCI Manifest
id: create-manifest
Expand Down

0 comments on commit 454a686

Please sign in to comment.