Skip to content

Commit 3317c11

Browse files
Fix test job
1 parent 343b1a0 commit 3317c11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
docker-compose --file docker-compose.test.yml build
3535
docker-compose --file docker-compose.test.yml run sut
3636
else
37-
docker build --build-arg BASE_IMAGE_VERSION=${BASE_IMAGE_VERSION} . --file Dockerfile
37+
docker build . \
38+
--build-arg FETCHER_IMAGE_VERSION=${FETCHER_IMAGE_VERSION} \
39+
--build-arg BASE_IMAGE_VERSION=${BASE_IMAGE_VERSION} \
40+
--file Dockerfile --tag $IMAGE_NAME
3841
fi
3942
# Push image to GitHub Packages.
4043
# See also https://docs.docker.com/docker-hub/builds/

0 commit comments

Comments
 (0)