diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fefd4aa..30e5613 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,6 +16,7 @@ jobs: run: | ADDON_VERSION=$( cut -c12- <<< ${{ github.ref }} ) sed -i "s/dev/$ADDON_VERSION/g" timescaledb/config.json + sed -i "s/imageaftercd/image/g" timescaledb/config.json docker run --rm --privileged \ -v ~/.docker:/root/.docker \ -v /var/run/docker.sock:/var/run/docker.sock \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc34a78..ac1f2bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - name: Build image run: | sed -i "s/dev/latest/g" timescaledb/config.json + sed -i "s/imageaftercd/image/g" timescaledb/config.json docker run --rm --privileged \ -v ~/.docker:/root/.docker \ -v /var/run/docker.sock:/var/run/docker.sock \