Skip to content

Commit

Permalink
Add docker_tags_cloud output
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Jan 26, 2023
1 parent 9f43ed0 commit 7a2401c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
version: ${{ steps.extract-tag.outputs.VERSION }}
is_prerelease: ${{ steps.is_prerelease.outputs.IS_PRERELEASE }}
docker_tags: ${{ env.DOCKER_TAGS }}
docker_tags_cloud: ${{ env.DOCKER_TAGS_CLOUD }}
steps:
- name: Is Pre-release
id: is_prerelease
Expand Down

0 comments on commit 7a2401c

Please sign in to comment.