Skip to content

Commit 2a8ed25

Browse files
UPDATE Build and push images in .github
1 parent 8799fc4 commit 2a8ed25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/development_pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,12 @@ jobs:
6060
id: docker_hub_auth
6161
run: docker login -u ${{ env.DOCKERHUB_USERNAME }} -p ${{ env.DOCKERHUB_PASSWORD }}
6262

63+
- name: Build Docker
64+
id: build_docker
65+
run: docker compose build
66+
67+
- name: Push images to Docker Hub
68+
id: push_images
69+
run: docker compose push
70+
6371

0 commit comments

Comments
 (0)