Fix Workflow yaml
This commit is contained in:
parent
48ca1cac26
commit
5fa77e100c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ jobs:
|
||||||
context: "{{defaultContext}}:images/actions/${{ matrix.name }}"
|
context: "{{defaultContext}}:images/actions/${{ matrix.name }}"
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-${{ matrix.name }}:${{ matrix.versions }}:latest
|
git.euph.dev/actions/runner-${{ matrix.name }}-${{ matrix.versions }}:latest
|
||||||
env:
|
env:
|
||||||
PACKAGE_VERSION: ${{ matrix.versions }}
|
PACKAGE_VERSION: ${{ matrix.versions }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue