Skip to content

Commit

Permalink
Added . to command.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent 9892398 commit 8d24d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t ghcr.io/${FULL_REPO_NAME}/${IMAGE_NAME}:${GIT_BRANCH} -f ./docker/${IMAGE_NAME}.Dockerfile
docker build -t ghcr.io/${FULL_REPO_NAME}/${IMAGE_NAME}:${GIT_BRANCH} -f ./docker/${IMAGE_NAME}.Dockerfile .
- name: Push Docker image
run: |
Expand Down

0 comments on commit 8d24d49

Please sign in to comment.