Skip to content

Commit

Permalink
minor fix to artifacts and env tags for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Sep 21, 2023
1 parent 96f466c commit 3add286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
artifacts: "*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
body: "Version ${{ env.the_version }}"

makeLatest: ${{ github.ref == 'refs/heads/main' }}

#########################################################################
# Publish to pypi.org
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{raw}},value=${{ env.the_version }}
type=raw,value=${{ env.THE_ENV }}
type=raw,value=${{ env.TARGET_ENV_UPPERCASE }}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 3add286

Please sign in to comment.