Small fix.

This commit is contained in:
Arijit Das 2021-12-21 17:37:01 +05:30
parent 316926a6b5
commit a99b1975e4

View File

@ -15,11 +15,11 @@ jobs:
echo ::set-output name=branch::$(echo ${GITHUB_REF##*/})
- name: Docker Login
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login https://docker.pkg.github.com -u vulcanize --password-stdin
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: vulcanize/eth-statediff-service:${{ steps.vars.outputs.tag }}
build-args: |
BRANCH=${{ steps.vars.outputs.branch }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: vulcanize/eth-statediff-service:${{ steps.vars.outputs.tag }}
build-args: |
BRANCH=${{ steps.vars.outputs.branch }}