We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69215d5 commit e7e04a2Copy full SHA for e7e04a2
3 files changed
.dockerignore
.github/workflows/build.yml
@@ -50,27 +50,3 @@ jobs:
50
path: ci-artifacts
51
if-no-files-found: warn
52
53
- docker-build:
54
- runs-on: ubuntu-latest
55
- needs: maven-build
56
-
57
- steps:
58
- - name: Checkout
59
- uses: actions/checkout@v5
60
61
- - name: Build Docker image
62
- run: docker build -t plugins-common-build:latest .
63
64
- - name: Run Docker build command and capture logs
65
- shell: bash
66
- run: |
67
- set -euo pipefail
68
- docker run --rm plugins-common-build:latest | tee docker-build.log
69
70
- - name: Upload Docker logs
71
- uses: actions/upload-artifact@v4
72
- with:
73
- name: docker-build-logs
74
- path: docker-build.log
75
- if-no-files-found: error
76
Dockerfile
0 commit comments