Skip to content

Commit

Permalink
Merge pull request #21 from aschuma/feature/#17_update_gh_workflows
Browse files Browse the repository at this point in the history
#17 - docker wf - step 3
  • Loading branch information
aschuma committed Apr 2, 2024
2 parents 7354d3a + c342a81 commit a7429d0
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 a7429d0

Please sign in to comment.