Skip to content

Commit

Permalink
Try expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 17, 2024
1 parent f625c11 commit 85086eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: [short-sha]
env:
IMAGE_TAG: ${{ needs.short-sha.outputs.value }}
IMAGE_NAME: cyberdojo/dashboard:${{ needs.short-sha.outputs.value }}
IMAGE_NAME: cyberdojo/${{ github.event.repository.name }}:${{ needs.short-sha.outputs.value }}
outputs:
tag: ${{ steps.variables.outputs.tag }}
name: ${{ steps.variables.outputs.name }}
Expand Down

0 comments on commit 85086eb

Please sign in to comment.