ci: 🎡 remove docker image publish to GPR

This commit is contained in:
Stepan Kuzmin 2019-11-08 18:55:16 +03:00
parent 430efe86e0
commit ad718da568

View File

@ -133,12 +133,6 @@ jobs:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build -t docker.pkg.github.com/urbica/martin/martin:latest .
- name: Publish the Docker image
run: |
docker login docker.pkg.github.com -u publisher -p "${GITHUB_PACKAGE_REGISTRY_TOKEN}"
docker push docker.pkg.github.com/urbica/martin/martin:latest
env:
GITHUB_PACKAGE_REGISTRY_TOKEN: ${{ secrets.GITHUB_PACKAGE_REGISTRY_TOKEN }}
release:
needs: [test]