diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb05472..9ee5b8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: password: ${{ secrets.SHARED_DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ startsWith(github.ref, 'refs/tags/v') }}