Skip to content

Commit

Permalink
chore: add workflow docker build context
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Aug 10, 2021
1 parent dffce9f commit 282378a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
file: build/images/scheduler/Dockerfile
labels: |-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
file: build/images/dfdaemon/Dockerfile
labels: |-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
Expand Down Expand Up @@ -124,6 +126,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
file: build/images/cdn/Dockerfile
labels: |-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
Expand Down Expand Up @@ -166,6 +169,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
file: build/images/manager/Dockerfile
labels: |-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
Expand Down

0 comments on commit 282378a

Please sign in to comment.