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

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeudit authored Feb 5, 2024
1 parent 11c262f commit 1e424cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Build Docker image
run: docker build ./portal --file ./portal/Dockerfile --tag my-website-image
run: docker build ./portal --file ./portal/Dockerfile --build-arg BUILD_ENV=gh-pages --tag my-website-image

- name: Run Docker container
run: |
Expand Down

0 comments on commit 1e424cb

Please sign in to comment.