diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b18908c8..228fb7ba 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -335,6 +335,13 @@ jobs: packages: write steps: + - name: Log into registry ${{ env.REGISTRY }} + uses: docker/login-action@v1 + with: + registry: ${{ env.REGISTRY }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Add tag to commit id: tag_version uses: mathieudutour/github-tag-action@v6.0