diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 963c852..8ac051e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,12 @@ jobs: name: Build and push production image steps: - uses: actions/checkout@v3 + - name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{github.actor}} + password: ${{secrets.GITHUB_TOKEN}} - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: