diff --git a/.github/workflows/base-image.yml b/.github/workflows/base-image.yml index 2f68f12..8bf45fc 100644 --- a/.github/workflows/base-image.yml +++ b/.github/workflows/base-image.yml @@ -45,7 +45,7 @@ jobs: *.cache-to=type=gha,mode=max,scope=${{ matrix.image.name }} push: ${{ github.event_name == 'push' && vars.PUSH_TO_REGISTRY == 'true' && github.ref_type == 'tag' }} - name: Point IOC Dockerfile to image that was just built - run: sed -i "s/v.*-dev/$TAG/" Dockerfile + run: sed -iE "s/(v[0-9]+\.[0-9]+\.[0-9]+-dev)/$TAG/" Dockerfile - name: Configure builder using docker driver uses: docker/setup-buildx-action@v3 id: dockerbuilder