Skip to content

Commit

Permalink
Image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Rogerson committed Sep 27, 2023
1 parent af1373c commit 058b1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
COMMIT_HASH=$(echo "${{ github.sha }}" | cut -c1-7)
IMAGE_VERSION="${{ steps.get_semver.outputs.next_version }}-$COMMIT_HASH"
echo "image_version=$IMAGE_VERSION" >> $GITHUB_ENV
echo $IMAGE_VERSION > .version
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
- name: Download build artifact
Expand Down

0 comments on commit 058b1a2

Please sign in to comment.