From d33d376f7cd22f76edb45f68d9258c9e83693689 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Fri, 9 Feb 2024 19:17:42 +0800 Subject: [PATCH] don't merge; attempt forcing push to docker hub --- .github/workflows/publish.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.