We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752ae2d commit fd29d28Copy full SHA for fd29d28
.github/workflows/appcd-iac-pr-diff.yml
@@ -52,7 +52,6 @@ jobs:
52
APPCD_TOKEN: ${{ secrets.APPCD_TOKEN }}
53
APPCD_URL: ${{ secrets.APPCD_URL }}
54
run: |
55
- docker pull ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.0
56
mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/
57
docker run --rm \
58
--workdir=/code \
.github/workflows/docker-publish.yml
@@ -24,7 +24,9 @@ jobs:
24
runs-on: ubuntu-latest
25
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
+ with:
29
+ fetch-depth: 1
30
31
- name: Run tests
32
@@ -50,6 +52,8 @@ jobs:
50
51
- uses: actions/checkout@v4
- name: Build image
59
run: docker build . --file Dockerfile --tag $IMAGE_NAME
0 commit comments