updating set-output GHA (#13)

* updating set-output GHA
This commit is contained in:
Bret Fisher
2022-12-05 16:03:55 -05:00
committed by GitHub
parent 3244bb9c19
commit eff5daeb48

View File

@@ -185,7 +185,7 @@ jobs:
body: | body: |
Docker image tag(s) pushed: Docker image tag(s) pushed:
```text ```text
${{ steps.docker_meta.outputs.tags }} ${{ steps.docker_meta.outputs.tags }}
``` ```
Labels added to images: Labels added to images:
@@ -198,4 +198,5 @@ jobs:
id: ghcr-tag id: ghcr-tag
run: | run: |
echo '::echo::on' echo '::echo::on'
echo "::set-output name=tag::gha-${{ github.run_id }}" # shellcheck disable=SC2086
echo "tag=gha-${{ github.run_id }}" >> $GITHUB_OUTPUT