Skip to content

Commit

Permalink
Merge pull request #67 from isd-sgcu/dev-prod-pipeline
Browse files Browse the repository at this point in the history
Dev prod pipeline add |
  • Loading branch information
bookpanda authored Jul 14, 2024
2 parents e872f10 + 00e0ec0 commit a6b48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: tag_action

- name: Set IMAGE_TAG
run:
run: |
echo "IMAGE_TAG_DEV=${{ steps.tag_action.outputs.new_tag }}-dev" >> $GITHUB_ENV
echo "IMAGE_TAG_PROD=${{ steps.tag_action.outputs.new_tag }}-prod" >> $GITHUB_ENV
Expand Down

0 comments on commit a6b48d7

Please sign in to comment.