Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
ci: amend env file for github action
Browse files Browse the repository at this point in the history
Signed-off-by: Deepika Upadhyay <deepika@koor.tech>
  • Loading branch information
Deepika Upadhyay committed Oct 5, 2022
1 parent cb34955 commit 4df00e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup env file
uses: c-py/action-dotenv-to-setenv@v2
with:
env-file: .env

- name: docker login
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand All @@ -20,6 +25,6 @@ jobs:
- name: Build and Push the Docker image to DockerHub
run: |
source .env && src/build-push-container-imgs-quincy.sh
source .env && src/build-push-container-imgs-pacific.sh
src/build-push-container-imgs-quincy.sh
src/build-push-container-imgs-pacific.sh

0 comments on commit 4df00e2

Please sign in to comment.