diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a8a5ccc361..b11c4934a78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Publish Image Runtime run: | - GITHUB_ACTION_TAG=${{ github.ref_name }} make publish-image-runtime + GITHUB_ACTION_TAG=${{ github.ref_name }} dapper -f Dockerfile --target dapper make publish-image-runtime - name: Publish Artifacts uses: softprops/action-gh-release@v2