Skip to content

Commit

Permalink
Merge pull request #1476 from chris-j-h/fix-enclave-image-versions
Browse files Browse the repository at this point in the history
Fix enclave image versions
  • Loading branch information
macfarla authored Aug 22, 2022
2 parents 6bead96 + 0482358 commit bea31b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ jobs:
with:
tags: |
${{ env.TESSERA_DOCKER_IMAGE_NAME }}:enclave-latest
${{ env.TESSERA_DOCKER_IMAGE_NAME }}:enclave-${{ needs.release_sonatype.outputs.minor-ver }}
${{ env.TESSERA_DOCKER_IMAGE_NAME }}:enclave-${{ needs.release_sonatype.outputs.full-ver }}
${{ env.TESSERA_DOCKER_IMAGE_NAME }}:enclave-${{ needs.release_sonatype.outputs.minor-version }}
${{ env.TESSERA_DOCKER_IMAGE_NAME }}:enclave-${{ needs.release_sonatype.outputs.full-version }}
labels: |
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}
Expand Down

0 comments on commit bea31b3

Please sign in to comment.