login to ghcr.io

This commit is contained in:
HarelM
2024-01-11 22:29:46 +02:00
parent d9b1b6f3ae
commit 123e84f19b

View File

@@ -20,6 +20,12 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
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