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

Commit

Permalink
VP-6007: Fix set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mvktsk committed Nov 12, 2020
1 parent 11eaa49 commit 1b77a7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
UPDATE_LATEST_TAG: "true"

steps:

- name: Set variables
if: ${{ github.event == 'workflow_dispatch' }}
env:
PUBLISH_TO_DOCKER: "false"
UPDATE_LATEST_TAG: "false"
run: |
echo "false" >> $PUBLISH_TO_DOCKER
echo "false" >> $UPDATE_LATEST_TAG
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1b77a7b

Please sign in to comment.