diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0166a2be..683fe97b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: - name: Fix permissions run: chmod +x bin/* - name: Build ${{ matrix.repository }} and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: cmd/${{ matrix.binary }}/Dockerfile