From 35eec41c9dd9d200d6177d64c4fada4de4511729 Mon Sep 17 00:00:00 2001 From: flab <31963611+flabatut@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:14:51 +0000 Subject: [PATCH] fix: typo --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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