Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyFart authored Sep 8, 2024
1 parent 086483f commit f02a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
platforms: linux/amd64, linux/arm64
file: "${{ matrix.folder }}/Dockerfile"
push: true
tags: onlyfart/${{ steps.string.outputs.lowercase }}:${{ needs.check_version.outputs.VERSION }},onlyfart/${{ steps.string.outputs.lowercase }}:latest
tags: ${{secrets.DOCKERHUB_NAMESPACE}}/${{ steps.string.outputs.lowercase }}:${{ needs.check_version.outputs.VERSION }},${{secrets.DOCKERHUB_NAMESPACE}}/${{ steps.string.outputs.lowercase }}:latest

create_release:
needs: check_version
Expand Down

0 comments on commit f02a635

Please sign in to comment.