Fix worklow syntax

This commit is contained in:
Nikolai Rodionov 2023-01-18 12:29:50 +01:00
parent fdfc64924e
commit 543ca1b21b

View File

@ -33,9 +33,9 @@ jobs:
password: ${{ secrets.CR_PAT }}
- name: Debug
run:
- echo ${{ env.GITHUB_ACTION_REPOSITORY }}
- env
run: |
echo ${{ env.GITHUB_ACTION_REPOSITORY }}
env
- name: Build
uses: docker/build-push-action@v2
with: