Skip to content

Commit

Permalink
#17 - docker wf - step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuma committed Apr 2, 2024
1 parent 856e384 commit c342a81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
fi
# Set output parameters.
echo ::set-output name=tags::${TAGS}
echo ::set-output name=docker_image::${DOCKER_IMAGE}
# echo ::set-output name=tags::${TAGS}
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
# echo ::set-output name=docker_image::${DOCKER_IMAGE}
echo "docker_image=${DOCKER_IMAGE}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down

0 comments on commit c342a81

Please sign in to comment.