diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3540b48..f7cf0ef 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.4.0 + - uses: docker/build-push-action@v6 with: file: ${{ matrix.version }}/Dockerfile no-cache: ${{ github.event_name == 'schedule' }} @@ -94,7 +94,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v6 with: file: ${{ matrix.version }}/Dockerfile no-cache: ${{ github.event_name == 'schedule' }}