This commit is contained in:
parent
95cbf6228f
commit
b05e7bb644
@ -5,11 +5,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Get 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user