From 88f052fd161fc58e84ff6d5a9464447b7044777e Mon Sep 17 00:00:00 2001 From: sberk42 Date: Sun, 15 Jan 2023 19:19:41 +0100 Subject: [PATCH] replace deprecated set-output --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 13e121c..7fe33c6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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/