HeNine 1 year ago
parent e3fd290ca7
commit 0f707db118

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

Loading…
Cancel
Save