5
.github/workflows/reusable-docker-build.yaml
vendored
5
.github/workflows/reusable-docker-build.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user