fix: Rebase checkout step to genuine action
This commit is contained in:
@@ -9,14 +9,15 @@ jobs:
|
|||||||
build_linux:
|
build_linux:
|
||||||
name: Build binary (Linux)
|
name: Build binary (Linux)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: code.spamasaurus.com/djpbessems/act-runner-extended:1.0.0-cth20250815
|
# container: code.spamasaurus.com/djpbessems/act-runner-extended:1.0.0-cth20250815
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
steps:
|
steps:
|
||||||
- name: Git clone and checkout tag
|
- name: Check out upstream repository code
|
||||||
run: |
|
uses: actions/checkout@v3
|
||||||
git clone https://github.com/podman-container-tools/skopeo.git .
|
with:
|
||||||
git checkout tags/$SKOPEO_VERSION
|
repository: podman-container-tools/skopeo
|
||||||
|
ref: $SKOPEO_VERSION
|
||||||
- name: Build Linux binary
|
- name: Build Linux binary
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y go-md2man
|
apt-get update && apt-get install -y go-md2man
|
||||||
@@ -38,10 +39,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
steps:
|
steps:
|
||||||
- name: Git clone and checkout tag
|
- name: Check out upstream repository code
|
||||||
run: |
|
uses: actions/checkout@v3
|
||||||
git clone https://github.com/podman-container-tools/skopeo.git .
|
with:
|
||||||
git checkout tags/$SKOPEO_VERSION
|
repository: podman-container-tools/skopeo
|
||||||
|
ref: $SKOPEO_VERSION
|
||||||
- name: Build Windows binary
|
- name: Build Windows binary
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y go-md2man
|
apt-get update && apt-get install -y go-md2man
|
||||||
|
|||||||
Reference in New Issue
Block a user