Trying to fix meta data on release of #ts container by thirtytwobits · Pull Request #62 · OpenCyphal/docker_toolchains · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/texer.yml
7 changes: 4 additions & 3 deletions .github/workflows/toolshed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
context: toolshed
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ (github.event_name != 'pull_request' && !github.event.release.prerelease) && 'true' || 'false' }}

Expand Down Expand Up @@ -116,7 +115,6 @@ jobs:
context: toolshed
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ (github.event_name != 'pull_request' && !github.event.release.prerelease) && 'true' || 'false' }}

Expand All @@ -137,7 +135,10 @@ jobs:
retention-days: 1

merge-ts:
if: ${{ github.event_name == 'release' && startsWith( github.ref, 'refs/tags/ts' ) && !github.event.release.prerelease }}
if: >
github.event_name == 'release' &&
startsWith( github.ref, 'refs/tags/ts' ) &&
!github.event.release.prerelease
runs-on: ubuntu-latest
needs:
- release-ts-amd64
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/toxic.yml