mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-20 08:13:26 +00:00
replace deprecated set-output
This commit is contained in:
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@@ -67,8 +67,8 @@ jobs:
|
||||
|
||||
echo DOCKER_REPOSITORY=$DOCKER_REPOSITORY
|
||||
echo DOCKER_TAG=$DOCKER_TAG
|
||||
echo '::set-output name=DOCKER_REPOSITORY::'$DOCKER_REPOSITORY
|
||||
echo '::set-output name=DOCKER_TAG::'$DOCKER_TAG
|
||||
echo 'name=DOCKER_REPOSITORY::'$DOCKER_REPOSITORY >> $GITHUB_OUTPUT
|
||||
echo 'name=DOCKER_TAG::'$DOCKER_TAG >> $GITHUB_OUTPUT
|
||||
|
||||
# Build and push image to GitHub Packages.
|
||||
# See also https://docs.docker.com/docker-hub/builds/
|
||||
|
||||
Reference in New Issue
Block a user