Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flabatut committed Mar 15, 2024
1 parent 7bf520b commit 35eec41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
tags: ghcr.io/flabatut/certbot-dns-powerdns:latest

0 comments on commit 35eec41

Please sign in to comment.