Small fix.

This commit is contained in:
Arijit Das 2021-12-21 18:12:22 +05:30
parent a99b1975e4
commit 0ff60a69da

View File

@ -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