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 343b1a0 commit 3317c11Copy full SHA for 3317c11
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,10 @@ jobs:
34
docker-compose --file docker-compose.test.yml build
35
docker-compose --file docker-compose.test.yml run sut
36
else
37
- docker build --build-arg BASE_IMAGE_VERSION=${BASE_IMAGE_VERSION} . --file Dockerfile
+ 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
41
fi
42
# Push image to GitHub Packages.
43
# See also https://docs.docker.com/docker-hub/builds/
0 commit comments