mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 23:17:27 +00:00
revert deploy
This commit is contained in:
@@ -2,7 +2,7 @@ name: deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ globe ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-pages:
|
deploy-pages:
|
||||||
@@ -29,25 +29,23 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: dist
|
publish_dir: dist
|
||||||
|
|
||||||
|
# publish docker to GitHub registry
|
||||||
|
deploy-docker:
|
||||||
|
name: deploy/docker
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
if: ${{ github.event_name == 'push' }}
|
||||||
|
|
||||||
# # publish docker to GitHub registry
|
strategy:
|
||||||
# deploy-docker:
|
fail-fast: false
|
||||||
# name: deploy/docker
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
# if: ${{ github.event_name == 'push' }}
|
steps:
|
||||||
|
- name: Login to GitHub Container Registry
|
||||||
# strategy:
|
uses: docker/login-action@v3
|
||||||
# fail-fast: false
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
# steps:
|
username: ${{ github.actor }}
|
||||||
# - name: Login to GitHub Container Registry
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# uses: docker/login-action@v3
|
- uses: actions/checkout@v4
|
||||||
# with:
|
- run: docker build -t ghcr.io/maplibre/maputnik:main .
|
||||||
# registry: ghcr.io
|
- run: docker push ghcr.io/maplibre/maputnik:main
|
||||||
# username: ${{ github.actor }}
|
|
||||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
# - run: docker build -t ghcr.io/maplibre/maputnik:main .
|
|
||||||
# - run: docker push ghcr.io/maplibre/maputnik:main
|
|
||||||
|
|||||||
Reference in New Issue
Block a user