File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4545 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646 tags : |
4747 type=raw,value=development
48+ labels : |
49+ org.opencontainers.image.title=LFX PCC UI
50+ org.opencontainers.image.description=Linux Foundation LFX Project Control Center UI application
51+ org.opencontainers.image.vendor=The Linux Foundation
52+ org.opencontainers.image.licenses=MIT
53+ org.opencontainers.image.documentation=https://github.com/${{ github.repository }}/blob/main/README.md
54+ org.opencontainers.image.source=https://github.com/${{ github.repository }}
55+ com.github.actions.run_id=${{ github.run_id }}
56+ com.github.actions.run_number=${{ github.run_number }}
57+ com.github.actions.workflow=${{ github.workflow }}
4858
4959 - name : Build and push Docker image
5060 uses : docker/build-push-action@v5
5363 push : true
5464 tags : ${{ steps.meta.outputs.tags }}
5565 labels : ${{ steps.meta.outputs.labels }}
56- platforms : linux/amd64,linux/arm64
66+ platforms : linux/amd64
5767 cache-from : type=gha
5868 cache-to : type=gha,mode=max
5969 build-args : |
You can’t perform that action at this time.
0 commit comments