Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 3, 2024
1 parent e0c6dd3 commit 7cc1b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs: prod-container-build
steps:
- name: Create Docker Image Info File
run: echo "Docker image - ghcr.io/${{ github.repository_owner }}/cosi:${{ inputs.tag }} built with platforms: ${{ inputs.all_platforms && 'linux/amd64,linux/arm64' || 'linux/amd64' }}" > docker-image-info.txt
run: echo "Docker image - ghcr.io/${{ github.repository_owner }}/cosi:${{ inputs.tag }}" > docker-image-info.txt

- name: Upload Docker Info as Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7cc1b00

Please sign in to comment.