We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff57df1 commit b7312bcCopy full SHA for b7312bc
1 file changed
.github/workflows/production.yml
@@ -17,7 +17,9 @@ jobs:
17
uses: FranzDiebold/github-env-vars-action@v2
18
19
- name: Shallow clone code
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
+ with:
22
+ fetch-depth: 0
23
24
- name: GHCR login
25
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login ghcr.io --username automation@linkorb.com --password-stdin
0 commit comments