File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - main
10+ - asherman/docker-test
1011 workflow_dispatch :
1112
1213permissions :
4546 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4647 tags : |
4748 type=raw,value=development
49+ labels : |
50+ org.opencontainers.image.title=LFX PCC UI
51+ org.opencontainers.image.description=Linux Foundation LFX Project Control Center UI application
52+ org.opencontainers.image.vendor=The Linux Foundation
53+ org.opencontainers.image.licenses=MIT
54+ org.opencontainers.image.documentation=https://github.com/${{ github.repository }}/blob/main/README.md
55+ org.opencontainers.image.source=https://github.com/${{ github.repository }}
56+ com.github.actions.run_id=${{ github.run_id }}
57+ com.github.actions.run_number=${{ github.run_number }}
58+ com.github.actions.workflow=${{ github.workflow }}
4859
4960 - name : Build and push Docker image
5061 uses : docker/build-push-action@v5
5364 push : true
5465 tags : ${{ steps.meta.outputs.tags }}
5566 labels : ${{ steps.meta.outputs.labels }}
56- platforms : linux/amd64,linux/arm64
67+ platforms : linux/amd64
5768 cache-from : type=gha
5869 cache-to : type=gha,mode=max
5970 build-args : |
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ ARG BUILD_ENV=production
1010# Enable Corepack for Yarn
1111RUN corepack enable
1212
13+ # small change to get new build
14+ RUN echo "12345" > /tmp/hello.txt
15+
1316WORKDIR /app
1417
1518# Copy source code
You can’t perform that action at this time.
0 commit comments