build: Fix variable reference syntax
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user