diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 4dc5456..512d341 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -51,12 +51,12 @@ jobs: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v2 - # - name: Login to registry - # uses: docker/login-action@v2 - # with: - # registry: git.raptorpond.com - # username: henine - # password: "${{ secrets.PACKAGE_TOKEN }}" + - name: Login to registry + uses: docker/login-action@v2 + with: + registry: git.raptorpond.com + username: henine + password: "${{ secrets.PACKAGE_TOKEN }}" # - name: Build and push # uses: https://github.com/docker/build-push-action@v2