build: Fix variable reference syntax
build-binaries / Build binary (Linux) (push) Failing after 20s
build-binaries / Build binary (Windows) (push) Failing after 20s

This commit is contained in:
2026-09-02 11:29:47 +10:00
parent 98198cb9bc
commit 4c1e4109bb
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
with:
github-server-url: https://github.com
repository: podman-container-tools/skopeo
ref: $SKOPEO_VERSION
ref: ${{ env.SKOPEO_VERSION }}
token: ${{ secrets.GH_TOKEN }}
- name: Build Linux binary
run: |
@@ -47,7 +47,7 @@ jobs:
with:
github-server-url: https://github.com
repository: podman-container-tools/skopeo
ref: $SKOPEO_VERSION
ref: ${{ env.SKOPEO_VERSION }}
token: ${{ secrets.GH_TOKEN }}
- name: Build Windows binary
run: |