Skip to content

Commit 6367aee

Browse files
committed
ci: install gomplate
1 parent 0d7c125 commit 6367aee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-tags.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install -y skopeo
3030
31+
- name: Install gomplate
32+
run: |
33+
sudo curl -o /usr/local/bin/gomplate -sSL \
34+
https://github.com/hairyhenderson/gomplate/releases/latest/download/gomplate_linux-amd64
35+
3136
- name: Login to ${{ env.REGISTRY }}
3237
run: |
3338
skopeo login -u ${{ github.actor }} -p ${{ github.token }} ghcr.io

0 commit comments

Comments
 (0)