Skip to content

Commit

Permalink
new latest tags for hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Mar 6, 2024
1 parent 98494ae commit 782dc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
"IMAGE_INSTALL=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_INSTALL }}"
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-minimal
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-minimal
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:hackathon-latest-minimal
labels: ${{ steps.meta.outputs.labels }}

# List docker images in local repository to confirm exactly what tags were
Expand All @@ -286,5 +286,5 @@ jobs:
"IMAGE_MINIMAL=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-minimal"
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:hackathon-latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 782dc57

Please sign in to comment.