diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9934ee1..ea7cd45 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@v4 + - uses: docker/build-push-action@v5 with: no-cache: ${{ github.event_name == 'schedule' }} push: true