Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fixed variable deifinition blocking the image publishing (#15)
Browse files Browse the repository at this point in the history
* Test - added debug action

* removed quotes in comparisons

* Revert "removed quotes in comparisons"

This reverts commit 4b1c6b0.

* Removed quotes in env variable definition

* Revert "Test - added debug action"

This reverts commit 6ef6521.
  • Loading branch information
xhudaman authored May 28, 2021
1 parent f78f809 commit 9b123ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Check if deployment
if: ${{ github.ref == 'refs/heads/master' || (contains(github.ref, 'tags') && contains(github.ref, matrix.architecture)) }}
run: echo "IS_DEPLOYMENT='true'" >> $GITHUB_ENV
run: echo "IS_DEPLOYMENT=true" >> $GITHUB_ENV
- name: Deployment Status
id: deployment
if: ${{ env.IS_DEPLOYMENT == 'true' }}
Expand Down

0 comments on commit 9b123ae

Please sign in to comment.