Skip to content

Commit

Permalink
Update fiat-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Nov 6, 2023
1 parent 98b888e commit af95cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fiat-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ jobs:
push: true
tags: |
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-dev"
- id: get-build-name
run: |
imageName=${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}
echo "fiat=$imageName" >> $GITHUB_OUTPUT

0 comments on commit af95cee

Please sign in to comment.