diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7743645..b8685c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,14 +35,14 @@ jobs: - uses: actions/checkout@v5 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ghcr.io/${{ github.repository }}:latest