Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Jan 10, 2024
1 parent c16217e commit e4d4350
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
mask-password: "true"
- name: Build image
run: |
docker build --build-arg BACKEND_URL=$BACKEND_URL AUTH_URL=$AUTH_URL -t dena-attester:latest .
docker build \
--build-arg BACKEND_URL=$BACKEND_URL \
--build-arg AUTH_URL=$AUTH_URL \
-t dena-attester:latest .
- name: Tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit e4d4350

Please sign in to comment.