diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e1bd8..da12813 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v3 with: file: Dockerfile no-cache: ${{ github.event_name == 'schedule' }}