Skip to content

Commit

Permalink
Update halyard-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Dec 23, 2024
1 parent 21418e4 commit 60f4124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/halyard-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- id: get-build-oc-image
run: |
imageName="${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.GITHASH }}-${{ steps.build_variables.outputs.BUILDDATE }}"
echo "Halyard=$imageName" >> $IMAGENAME_OUTPUT
echo "Halyard=$imageName" >> $GITHUB_OUTPUT
- name: dockerBuildpushOC
uses: docker/build-push-action@v2
with:
Expand All @@ -79,5 +79,5 @@ jobs:
- id: get-build-IMAGE-NAME
run: |
imageNameoc="${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.GITHASH }}-${{ steps.build_variables.outputs.BUILDDATE }}-oc"
echo "Halyard-OC=$imageNameoc" >> $IMAGENAME_OUTPUT
echo "Halyard-OC=$imageNameoc" >> $GITHUB_OUTPUT

0 comments on commit 60f4124

Please sign in to comment.