Skip to content

Commit ffccaf1

Browse files
authored
Update .github/workflows/ci-build-publish.yml
1 parent 6a8eb7b commit ffccaf1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,8 @@ jobs:
251251
fi
252252
253253
- name: Install yq
254-
run: |
255-
sudo wget -qO /usr/local/bin/yq \
256-
https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64
257-
sudo chmod +x /usr/local/bin/yq
254+
- name: Install yq
255+
uses: mikefarah/yq@v4.44.1
258256

259257
- name: Update image tag
260258
working-directory: deploy-repo

0 commit comments

Comments
 (0)