Skip to content

Commit

Permalink
Fix TNF tags (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Apr 4, 2024
1 parent ca98d5e commit 9b80b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tnf-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${REGISTRY}/${TNF_IMAGE_NAME}:${{ env.TNF_VERSION }}
${REGISTRY}/${TNF_IMAGE_NAME}:${IMAGE_TAG}
${{ env.REGISTRY }}/${{env.TNF_IMAGE_NAME}}:${{ env.TNF_VERSION }}
${{ env.REGISTRY }}/${{env.TNF_IMAGE_NAME}}:${{ env.IMAGE_TAG }}
- name: If failed to create the image, send alert msg to dev team.
if: ${{ failure() }}
Expand Down

0 comments on commit 9b80b06

Please sign in to comment.