3
0

Updated snapshot action for GH

This commit is contained in:
Peter Grlica
2022-05-03 21:07:53 +02:00
parent a138c40777
commit 866b89a8e5

View File

@@ -49,8 +49,8 @@ jobs:
if: ${{ !env.ACT }}
with:
registry: ghcr.io
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.GH_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker build --build-arg "BUILD_VERSION=${{ env.BUILD_VERSION_REF }}" \
--tag ghcr.io/cortezaproject/corteza-server:${{ env.BUILD_VERSION_SHA }} \