Skip to content

Commit

Permalink
have to fetch the whole history to get tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliendavid committed Nov 27, 2023
1 parent 8fd2ce5 commit 5a99b11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
if: ${{ github.ref == 'refs/heads/docker' && github.event_name == 'push' }}
steps:
- name: Check out code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: build image
run: docker build -t gpac-ubuntu -f build/docker/ubuntu.Dockerfile .
- name: check docker images
Expand All @@ -28,6 +30,6 @@ jobs:
if: ${{ github.ref != 'refs/heads/docker' || github.event_name != 'push' }}
steps:
- name: Check out code
uses: actions/checkout@master
uses: actions/checkout@v3
- name: build image
run: docker build -t gpac-ubuntu -f build/docker/ubuntu.Dockerfile .

0 comments on commit 5a99b11

Please sign in to comment.