Skip to content

Commit

Permalink
Add fetch-depth: 0
Browse files Browse the repository at this point in the history
voruti authored May 4, 2023
1 parent f269ad7 commit 47eb46c
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build the Docker image
run: docker build . --file Dockerfile --tag voruti/discordlanguagegaming:$(date +%s)
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,10 @@ jobs:
steps:

# --- from docker-image.yml ---
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build the Docker image
run: docker build . --file Dockerfile --tag voruti/discordlanguagegaming:$(date +%s)
# --- from docker-image.yml ---

0 comments on commit 47eb46c

Please sign in to comment.