Skip to content

Commit

Permalink
Fix CI for tagging major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 4, 2024
1 parent 8522165 commit f79e05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_docker-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
runnumber=${{ github.run_id }}
build-args: |
BASE_IMAGE=${{ inputs.base-image }}
BASE_IMAGE_TAG=${{ env.VERSION_MAJOR }}
BASE_IMAGE_TAG=${{ env.MAJOR_VERSION }}
TNA_DOCKER_IMAGE_VERSION=${{ env.TAG }}
TNA_DOCKER_IMAGE_SOURCE=${{ github.server_url }}/${{ github.repository }}/blob/main/${{ inputs.docker-context }}/${{ inputs.dockerfile }}
USER_IMAGE=${{ inputs.user-image }}
push: true
tags: ${{ env.IMAGE_ID }}:${{ env.VERSION_MAJOR }}
tags: ${{ env.IMAGE_ID }}:${{ env.MAJOR_VERSION }}
provenance: false
- name: Tag minor version
if: inputs.publish && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f79e05b

Please sign in to comment.