diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index bde9487..54451fa 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -16,13 +16,13 @@ jobs: # - # name: Set up Docker Buildx # uses: docker/setup-buildx-action@v3 - # - - # name: Log in to the Container registry - # uses: docker/login-action@v3 - # with: - # registry: ${{ env.REGISTRY }} - # username: ${{ github.actor }} - # password: ${{ secrets.GITHUB_TOKEN }} + - + name: Log in to the Container registry + uses: docker/login-action@v3 + with: + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} # - # name: Docker metadata # id: meta