diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 5435612..402ee70 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -36,7 +36,7 @@ jobs: uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 with: push: true - context: ./images/${{ matrix.image }} + context: ./Docker build-args: | VERSION=${{ env.UPSTREAM_TS_VERSION }} tags: |