We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6066f2 commit 47b1c49Copy full SHA for 47b1c49
.github/workflows/puppeteer-container.yml
@@ -23,7 +23,7 @@ jobs:
23
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
24
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
25
# we need to get files, so we can prepare version based on containerfile hash
26
- git clone --depth 1 ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
+ git clone ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
27
cd $(basename ${{ github.REPOSITORY }})
28
git switch "${{ github.REF_NAME }}"
29
# use tag as version or hash of container file
0 commit comments