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 9800d80 commit 98ceb92Copy full SHA for 98ceb92
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build and Cache Common image
38
if: steps.common-cache.outputs.cache-hit != 'true'
39
run: |
40
- run: docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
+ docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
41
mkdir -p /tmp/docker
42
docker image save -o /tmp/docker/${{ matrix.image-name }}.tar ${{ matrix.image-name }}:build
43
0 commit comments