projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd2f37
)
Update deprecated `::set-output` in GitHub actions workflow (#664)
author
David Taylor
<david@taylorhq.com>
Tue, 3 Jan 2023 17:29:46 +0000
(17:29 +0000)
committer
GitHub
<noreply@github.com>
Tue, 3 Jan 2023 17:29:46 +0000
(17:29 +0000)
.github/workflows/build.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index b785a65d62c50bd4f0d6718640706124b4266985..637fdf6d2e0925c8e1e3c223ef9e16581810c4ec 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-39,7
+39,7
@@
jobs:
id: tag-images
run: |
TAG=`date +%Y%m%d-%H%M`
- echo "
::set-output name=tag::$(echo $TAG)"
+ echo "
tag=$(echo $TAG)" >> $GITHUB_OUTPUT
docker tag discourse/base:build_slim discourse/base:2.0.$TAG-slim
docker tag discourse/base:build_slim discourse/base:slim
docker tag discourse/base:build discourse/base:2.0.$TAG