Skip to content

Commit

Permalink
test save-output replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
salonishah11 committed Sep 23, 2024
1 parent 2812af1 commit 6de051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Construct dockerhub and GCR image names # echo ::set-output name=DOCKERHUB_NAME::broadinstitute/agora:${{ steps.tag.outputs.new_tag }}
id: image-name
run: |
echo "{name}=DOCKERHUB_NAME::broadinstitute/agora:${{ steps.tag.outputs.new_tag }}" >> $GITHUB_OUTPUT
echo "DOCKERHUB_NAME=broadinstitute/agora:${{ steps.tag.outputs.new_tag }}" >> $GITHUB_OUTPUT
echo ::set-output name=GCR_NAME::gcr.io/broad-dsp-gcr-public/agora:${{ steps.tag.outputs.new_tag }}
- name: Build image
Expand Down

0 comments on commit 6de051f

Please sign in to comment.