diff --git a/.gitea/workflows/build_docker.yaml b/.gitea/workflows/build_docker.yaml index 83eafc0..7cb93f9 100644 --- a/.gitea/workflows/build_docker.yaml +++ b/.gitea/workflows/build_docker.yaml @@ -69,12 +69,12 @@ jobs: # http = true # insecure = true - #- name: Login to Container Registry - # uses: docker/login-action@v2 - # with: - # registry: ${{ steps.registry.outputs.registry }} - # username: deon - # password: ${{ secrets.PKG_WRITE_TOKEN }} + - name: Login to Container Registry + uses: docker/login-action@v2 + with: + registry: ${{ steps.registry.outputs.registry }} + username: deon + password: ${{ secrets.PKG_WRITE_TOKEN }} #- name: Build and push Docker image # uses: docker/build-push-action@v5