Skip to content

Commit

Permalink
FORGOT THE DOT!
Browse files Browse the repository at this point in the history
  • Loading branch information
ebauman committed Oct 26, 2022
1 parent c31f17b commit 71470d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build
run: |
docker build -f cicd/Dockerfile -t $app_image:${GIT_COMMIT_SHORT_HASH:-dev}
docker build -f cicd/Dockerfile -t $app_image:${GIT_COMMIT_SHORT_HASH:-dev} .
- name: Docker Login
if: fromJSON(env.should_push_image)
Expand Down

0 comments on commit 71470d0

Please sign in to comment.