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 }} password: ${{ secrets.CR_PAT }}
- name: Debug - name: Debug
run: run: |
- echo ${{ env.GITHUB_ACTION_REPOSITORY }} echo ${{ env.GITHUB_ACTION_REPOSITORY }}
- env env
- name: Build - name: Build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: