Small fix.
This commit is contained in:
parent
a99b1975e4
commit
0ff60a69da
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
id: vars
|
||||
run: |
|
||||
echo ::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})
|
||||
echo ::set-output name=branch::$(echo ${GITHUB_REF##*/})
|
||||
echo ::set-output name=branch::$(echo ${GITHUB_REF#refs/heads/})
|
||||
- name: Docker Login
|
||||
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login https://docker.pkg.github.com -u vulcanize --password-stdin
|
||||
- name: Build and push
|
||||
|
Loading…
Reference in New Issue
Block a user