Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Aug 6, 2023
1 parent d358ed8 commit eb3c88f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
# with:
# fetch-depth: 0
run: |
ls -ld .git
- name: Login to GitHub container registry
uses: docker/login-action@v2
Expand All @@ -29,7 +31,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
context: . # Includes the .git directory
file: ./Dockerfile
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
build-args: |
Expand Down

0 comments on commit eb3c88f

Please sign in to comment.