Skip to content

Commit

Permalink
docker promotion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-p committed Feb 8, 2023
1 parent 9072b54 commit 1c28f87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/promote-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
docker:
runs-on: ubuntu-latest
outputs:
image_name: ${{ steps.info.outputs.image_name }}
image_tag: ${{ steps.info.outputs.image_tag }}
image_name: ${{ steps.push.outputs.image_name }}
image_tag: ${{ steps.push.outputs.image_tag }}
slack_state: ${{ steps.after-build-template.outputs.state }}
slack_message_id: ${{ steps.slack.outputs.ts }}
env:
Expand Down Expand Up @@ -121,6 +121,7 @@ jobs:
docker push "$IMAGE:latest"
docker push "$IMAGE:${{ inputs.version }}"
echo "image_name=$IMAGE" >> $GITHUB_OUTPUT
echo "image_tag=${{ inputs.version }}" >> $GITHUB_OUTPUT
-
name: Report Docker image
run: |
Expand Down

0 comments on commit 1c28f87

Please sign in to comment.