Skip to content

Commit 7dfbf6d

Browse files
committed
Fix directory
1 parent 2ce7df4 commit 7dfbf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
DOCKER_REPOSITORY=${GITHUB_REPOSITORY,,}
3030
echo "DOCKER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/${{ matrix.version.os }}:gcc${{ matrix.version.gcc }}" >> $GITHUB_ENV
3131
- name: Build the Docker image
32-
working-directory: docker/ubuntu
32+
working-directory: docker/debian
3333
run: |
3434
DOCKER_BUILDKIT=1 docker build . \
3535
--target gcc \
@@ -68,7 +68,7 @@ jobs:
6868
DOCKER_REPOSITORY=${GITHUB_REPOSITORY,,}
6969
echo "DOCKER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/${{ matrix.version.os }}:clang${{ matrix.version.clang }}" >> $GITHUB_ENV
7070
- name: Build the Docker image
71-
working-directory: docker/ubuntu
71+
working-directory: docker/debian
7272
run: |
7373
DOCKER_BUILDKIT=1 docker build . \
7474
--target clang \

0 commit comments

Comments
 (0)