Skip to content

Commit

Permalink
Merge pull request #59 from robotology/pattacini-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored Oct 12, 2022
2 parents b19ca78 + d2ac427 commit d8cdeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: add_tag_latest
if: ${{ inputs.add_tag_latest }}
run: |
echo "::set-output name=tag::, latest"
echo "tag=, latest" >> $GITHUB_OUTPUT
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@main
env:
Expand All @@ -58,4 +58,4 @@ jobs:
workdir: dockerfiles
buildargs: ROBOTOLOGY_SUPERBUILD_RELEASE, BLOCKTEST_RELEASE, BLOCKTEST_YARP_PLUGINS_RELEASE, BLOCKTEST_ROS_PLUGINS_RELEASE, BUILD_TYPE
registry: ghcr.io
tags: "${{ inputs.superbuild_release }}_${{ inputs.blocktest_release }}${{ steps.add_tag_latest.outputs.tag }}"
tags: "${{ inputs.superbuild_release }}_${{ inputs.blocktest_release }}${{ steps.add_tag_latest.outputs.tag }}"

0 comments on commit d8cdeab

Please sign in to comment.