Bump CI versions (#830)

This commit is contained in:
Yuri Astrakhan
2023-12-17 00:49:34 -05:00
committed by GitHub
parent b7838ad6e1
commit 31d56c9fae
2 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ on:
- 'v*'
jobs:
# publish docker to github registry
# publish docker to GitHub registry
deploy-docker:
name: deploy/docker
runs-on: ${{ matrix.os }}
@@ -21,8 +21,7 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u orangemug --password-stdin
- run: docker build -t docker.pkg.github.com/maputnik/editor/editor:master .
- run: docker push docker.pkg.github.com/maputnik/editor/editor:master