diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6831b3d..8fedc9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}