Skip to content

Commit

Permalink
fix desc
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Jan 14, 2024
1 parent 8041a90 commit ba11ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Build from ${{ env.GIT_REPO }}/${{ env.GIT_REF }}@${{ env.GIT_SHA }} at ${{ env.BUILD_DATE }}
labels:
org.opencontainers.image.description: Build from ${{ env.GIT_REPO }}/${{ env.GIT_REF }}@${{ env.GIT_SHA }} at ${{ env.BUILD_DATE }}
org.opencontainers.image.description: Build from ${{ env.GIT_REPO }} ${{ env.GIT_REF }} ${{ env.GIT_SHA }} at ${{ env.BUILD_DATE }}
context: .
file: ./Dockerfile
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba11ce5

Please sign in to comment.