We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeb902 commit 142f045Copy full SHA for 142f045
1 file changed
.github/workflows/package.yml
@@ -23,14 +23,13 @@ jobs:
23
- 24
24
- 22
25
steps:
26
- - name: Prepare the virtual environment
27
- uses: hausgold/actions/ci@master
+ - name: Prepare the environment
+ uses: hausgold/actions/ci@v2
28
with:
29
clone_token: '${{ secrets.CLONE_TOKEN }}'
30
settings_secret_key: '${{ secrets.SETTINGS_SECRET_KEY }}'
31
settings: '${{ github.repository }}'
32
- target: ci/noop
33
- - uses: actions/checkout@v4
+ target: ci/docker
34
35
- name: Configure IMAGE_REF
36
run: var IMAGE_REF '${{ matrix.version }}'
0 commit comments