Skip to content

Commit b6c6f3f

Browse files
authored
Merge pull request #23 from linuxfoundation/asherman/docker-fix
2 parents 28cf064 + f9ce775 commit b6c6f3f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/docker-build-main.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ jobs:
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
@@ -53,7 +63,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)