diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed1a793..b390975 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build the image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: pull: true push: ${{ github.ref_name == 'master' }}