Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
VP-6007: Update environment variables sets
Browse files Browse the repository at this point in the history
  • Loading branch information
mvktsk committed Nov 12, 2020
1 parent 28138af commit 910d2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
tag: ${{ steps.image.outputs.taggedVersion }}
docker_user: ${{ secrets.DOCKER_USERNAME }}
docker_token: ${{ secrets.DOCKER_TOKEN }}
docker_hub: $PUBLISH_TO_DOCKER
update_latest: $UPDATE_LATEST_TAG
docker_hub: ${{ env.PUBLISH_TO_DOCKER }}
update_latest: ${{ env.UPDATE_LATEST_TAG }}

0 comments on commit 910d2c5

Please sign in to comment.