Skip to content

Commit

Permalink
Merge pull request #89 from LedgerHQ/ci/nopush
Browse files Browse the repository at this point in the history
Remove publishing Docker images from this repository
  • Loading branch information
lpascal-ledger authored Oct 9, 2023
2 parents 60e8f1e + d5059c8 commit f9d5bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
platforms: ${{ env.BUILD_PLATFORMS }}
tags: ${{ env.IMAGE }}:${{ github.sha }},${{ env.IMAGE }}:latest,${{ env.IMAGE }}:${{ needs.check_changelog.outputs.current_version }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name == 'workflow_dispatch' }}
push: false

builder_legacy:
name: App Builder Legacy
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
file: legacy/Dockerfile
tags: ${{ env.IMAGE }}:${{ github.sha }},${{ env.IMAGE }}:latest,${{ env.IMAGE }}:${{ needs.check_changelog.outputs.current_version }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name == 'workflow_dispatch' }}
push: false

builder:
name: App Builder
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
platforms: ${{ env.BUILD_PLATFORMS }}
tags: ${{ env.IMAGE }}:${{ github.sha }},${{ env.IMAGE }}:latest,${{ env.IMAGE }}:${{ needs.check_changelog.outputs.current_version }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name == 'workflow_dispatch' }}
push: false

dev_tools:
name: App Developer Tools
Expand Down Expand Up @@ -241,4 +241,4 @@ jobs:
platforms: ${{ env.BUILD_PLATFORMS }}
tags: ${{ env.IMAGE }}:${{ github.sha }},${{ env.IMAGE }}:latest,${{ env.IMAGE }}:${{ needs.check_changelog.outputs.current_version }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name == 'workflow_dispatch' }}
push: false

0 comments on commit f9d5bc8

Please sign in to comment.