Skip to content

Commit f517b86

Browse files
committed
ci: chmod +x
1 parent 6367aee commit f517b86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-tags.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ jobs:
2929
sudo apt-get install -y skopeo
3030
3131
- name: Install gomplate
32+
env:
33+
BINARY: /usr/local/bin/gomplate
3234
run: |
33-
sudo curl -o /usr/local/bin/gomplate -sSL \
35+
sudo curl -o "${{ env.BINARY }}" -sSL \
3436
https://github.com/hairyhenderson/gomplate/releases/latest/download/gomplate_linux-amd64
37+
sudo chmod +x "${{ env.BINARY }}"
3538
3639
- name: Login to ${{ env.REGISTRY }}
3740
run: |

0 commit comments

Comments
 (0)