add removed secret

This commit is contained in:
Tim Wundenberg
2023-06-23 20:33:27 +02:00
parent 146aaea7f5
commit 30e5040bde

View File

@@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
shell: bash
env:
CR_PAT: ${{ secrets.CR_PAT }}
run: |
docker login ghcr.io -u azoth128 -p $CR_PAT
docker build . --tag ghcr.io/azoth128/cloudflare-dynamic-dns:latest