diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe47595..fb7b792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: if: github.event_name == 'push' env: TAG_NAME: ${{ steps.release_draft.outputs.tag_name }} + ALL: ${{ toJson(steps.release_draft.outputs) }} run: | deno run -A main.ts set $TAG_NAME git config --global user.email "justin.chase@optum.com" diff --git a/Dockerfile b/Dockerfile index 7e84b57..6031dd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine@sha256:b562943eb69ee3a456cbc4c2f5730decc4beb082813bb74888e77c5478f0db55 +FROM denoland/deno:alpine@sha256:a276e8bacd049dc1ffcf4deb3547147b21d680e9ce5a065ad58d32d669f1664a # Label the container LABEL maintainer="Justin Chase "