mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
ci: 🎡 remove docker image publish to GPR
This commit is contained in:
parent
430efe86e0
commit
ad718da568
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user