From 2ebc8fb7074b442f36a40265def1dc50b253d3de Mon Sep 17 00:00:00 2001 From: sberk42 Date: Sun, 15 Jan 2023 19:24:20 +0100 Subject: [PATCH] Revert "replace deprecated set-output" This reverts commit 88f052fd161fc58e84ff6d5a9464447b7044777e. --- .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 7fe33c6..13e121c 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 'name=DOCKER_REPOSITORY::'$DOCKER_REPOSITORY >> $GITHUB_OUTPUT - echo 'name=DOCKER_TAG::'$DOCKER_TAG >> $GITHUB_OUTPUT + echo '::set-output name=DOCKER_REPOSITORY::'$DOCKER_REPOSITORY + echo '::set-output name=DOCKER_TAG::'$DOCKER_TAG # Build and push image to GitHub Packages. # See also https://docs.docker.com/docker-hub/builds/