diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c39ff7..a68ea45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,13 +24,11 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ github.token }} - name: Build and push uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/flabatut/certbot-dns-powerdns:latest - # tags: ${{ steps.META_ID.outputs.tags }} - # labels: ${{ steps.META_ID.outputs.labels }} \ No newline at end of file + tags: ghcr.io/flabatut/certbot-dns-powerdns:latest \ No newline at end of file