diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6014b71..72c3f64 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: postmodern.alexdaniel.org/librervac-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/librervac-backend:latest' || '' }}