diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9aaeeda..72d7223 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Build Docker image (no push) - uses: mr-smithers-excellent/docker-build-push@v6 + uses: mr-smithers-excellent/docker-build-push@v7 with: # options related to BUILDing the docker image: dockerfile: ./collector/docker/Dockerfile