mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
replace docker publish action ::set-output usage (#4359)
Update the 'Docker Main' GitHub Action workflow to update the deprecated ::set-output command to use the newer environment file mechanism.
This commit is contained in:
parent
78e7a3e7d0
commit
5c0d7aa008
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker-main.yaml
vendored
10
.github/workflows/docker-main.yaml
vendored
|
@ -38,11 +38,11 @@ jobs:
|
|||
TAGS=${TAGS},${IMAGE}:master
|
||||
TAGS=${TAGS},${IMAGE}:${SHA_TAG}
|
||||
TS=$(date +%Y%m%d%H%M%S)
|
||||
echo ::set-output name=tags::${TAGS}
|
||||
echo ::set-output name=timestamp::${TS}
|
||||
echo ::set-output name=name::pomerium
|
||||
echo ::set-output name=image::${IMAGE}
|
||||
echo ::set-output name=sha-tag::${SHA_TAG}
|
||||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
echo "timestamp=${TS}" >> $GITHUB_OUTPUT
|
||||
echo "name=pomerium" >> $GITHUB_OUTPUT
|
||||
echo "image=${IMAGE}" >> $GITHUB_OUTPUT
|
||||
echo "sha-tag=${SHA_TAG}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Docker Publish - Main
|
||||
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue