Skip to content

Commit 96fcb9f

Browse files
authored
ci: upgrade dockle (#14002)
1 parent d4e2be6 commit 96fcb9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dockle.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
DOCKER_CONTENT_TRUST: 1
16+
DOCKLE_VERSION: 0.4.14
1617
steps:
1718
- uses: actions/[email protected]
18-
- run: |
19-
curl -L -o dockle.deb "https://github.com/goodwithtech/dockle/releases/download/v0.4.10/dockle_0.4.10_Linux-64bit.deb"
19+
- name: Download and install dockle v${{ env.DOCKLE_VERSION }}
20+
run: |
21+
curl -L -o dockle.deb "https://github.com/goodwithtech/dockle/releases/download/v${DOCKLE_VERSION}/dockle_${DOCKLE_VERSION}_Linux-64bit.deb"
2022
sudo dpkg -i dockle.deb
2123
- run: |
2224
cp .config/docker_example.env .config/docker.env

0 commit comments

Comments
 (0)