We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6511832 commit 91c7454Copy full SHA for 91c7454
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build directory-api image
19
run: |
20
cd api
21
- docker build --no-cache -t ghcr.io/spaceapi/directory-api
+ docker build --no-cache -t ghcr.io/spaceapi/directory-api .
22
- name: Publish directory-api image
23
24
docker tag ghcr.io/spaceapi/directory-api ghcr.io/spaceapi/directory-api:$GITHUB_SHA
@@ -27,7 +27,7 @@ jobs:
27
- name: Build directory-collector image
28
29
cd collector
30
- docker build --no-cache -t ghcr.io/spaceapi/directory-collector
+ docker build --no-cache -t ghcr.io/spaceapi/directory-collector .
31
- name: Publish directory-collector image
32
33
docker tag ghcr.io/spaceapi/directory-collector ghcr.io/spaceapi/directory-collector:$GITHUB_SHA
0 commit comments