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 c4d1858 commit 375b787
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Set variables
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
echo "PUBLISH_TO_DOCKER=false" >> $GITHUB_ENV
echo "UPDATE_LATEST_TAG=false" >> $GITHUB_ENV
echo "Set PUBLISH_TO_DOCKER=false"
echo "Set UPDATE_LATEST_TAG=false"
env:
PUBLISH_TO_DOCKER: "false"
UPDATE_LATEST_TAG: "false"

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 375b787

Please sign in to comment.