diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af191e..1fcc4cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v4 with: no-cache: ${{ github.event_name == 'schedule' }} push: true