We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c125 commit 6367aeeCopy full SHA for 6367aee
.github/workflows/update-tags.yml
@@ -28,6 +28,11 @@ jobs:
28
sudo apt-get update
29
sudo apt-get install -y skopeo
30
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
+
36
- name: Login to ${{ env.REGISTRY }}
37
run: |
38
skopeo login -u ${{ github.actor }} -p ${{ github.token }} ghcr.io
0 commit comments