HeNine 1 year ago
parent e3fd290ca7
commit 0f707db118

@ -58,12 +58,12 @@ jobs:
username: henine username: henine
password: "${{ secrets.PACKAGE_TOKEN }}" password: "${{ secrets.PACKAGE_TOKEN }}"
# - name: Build and push - name: Build and push
# uses: https://github.com/docker/build-push-action@v2 uses: https://github.com/docker/build-push-action@v2
# with: with:
# context: . context: .
# file: ./Dockerfile file: ./Dockerfile
# push: true push: true
# tags: tags:
# - git.raptorpond.com/${{ github.repository }}:latest - git.raptorpond.com/${{ github.repository }}:latest
# - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }} - git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }}

Loading…
Cancel
Save