build: Fix variable reference syntax
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-server-url: https://github.com
|
github-server-url: https://github.com
|
||||||
repository: podman-container-tools/skopeo
|
repository: podman-container-tools/skopeo
|
||||||
ref: $SKOPEO_VERSION
|
ref: ${{ env.SKOPEO_VERSION }}
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build Linux binary
|
- name: Build Linux binary
|
||||||
run: |
|
run: |
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-server-url: https://github.com
|
github-server-url: https://github.com
|
||||||
repository: podman-container-tools/skopeo
|
repository: podman-container-tools/skopeo
|
||||||
ref: $SKOPEO_VERSION
|
ref: ${{ env.SKOPEO_VERSION }}
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build Windows binary
|
- name: Build Windows binary
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user