diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3dedd2f..fd8a0ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,11 +20,6 @@ jobs: id: meta with: images: ghcr.io/${{ github.repository }} - - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/login-action@v3 with: username: protomaps @@ -33,7 +28,7 @@ jobs: with: context: . platforms: linux/amd64 - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=See https://github.com/protomaps/go-pmtiles for more info.