Skip to content

Commit

Permalink
build: use fetch depth of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 12, 2024
1 parent e4f4c74 commit 7d1c3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get tags
run: git fetch --tags origin
with:
fetch-depth: 0
- name: 'docker login'
run: docker login -u _json_key -p "$ARTIFACT_SA" europe-west4-docker.pkg.dev
env:
Expand Down

0 comments on commit 7d1c3f5

Please sign in to comment.