Skip to content

Commit

Permalink
Add run number to image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Sep 24, 2024
1 parent d4ff594 commit 84fada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_eks_docker_image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ outputs:
value: ${{ steps.versionNumber.outputs.ENCLAVE_ID }}
image_tag:
description: The Image tag of the docker image
value: ${{ steps.versionNumber.outputs.VERSION_NUMBER }}
value: ${{ steps.versionNumber.outputs.VERSION_NUMBER }}.${{ github.run_number }}
eif_version_number:
description: The version number of the EIF used to build the image
value: ${{ steps.versionNumber.outputs.VERSION_NUMBER }}
Expand Down

0 comments on commit 84fada9

Please sign in to comment.