This commit is contained in:
parent
95cbf6228f
commit
b05e7bb644
@ -5,11 +5,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Get Meta
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
run: echo ::set-output name=REGISTRY::`echo ${secrets.DOCKER_REGISTRY}`
|
run: echo ::set-output name=REGISTRY::`echo ${{ secrets.DOCKER_REGISTRY }}`
|
||||||
|
|
||||||
|
|
||||||
- run: echo ${{ steps.meta.outputs.REGISTRY }}
|
- run: echo ${{ steps.meta.outputs.REGISTRY }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user