File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
deploy/images/calico-node Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
29
29
curl -LO --fail --show-error https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
30
30
tar -xzvf APKINDEX.tar.gz
31
31
32
- calico_version =$(< APKINDEX grep -A1 "^P:calico$ " | tail -n 1 | sed -n -e 's/V://p' | tr -d '\n')
32
+ calico_node_version =$(< APKINDEX grep -A1 "^P:calico-node " | tail -n 1 | sed -n -e 's/V://p' | tr -d '\n')
33
33
34
- sed "s/__CALICO_VERSION__/$calico_version /g" deploy/images/calico-node/apko.tmpl.yaml > deploy/images/calico-node/apko.yaml
34
+ sed "s/__CALICO_NODE_VERSION__/$calico_node_version /g" deploy/images/calico-node/apko.tmpl.yaml > deploy/images/calico-node/apko.yaml
35
35
36
36
{
37
- echo "calico-tag=$calico_version "
37
+ echo "calico-node- tag=$calico_node_version "
38
38
} >> "$GITHUB_OUTPUT"
39
39
40
40
- name : Build and push calico-node image
41
41
uses : ./.github/actions/build-dep-image-with-apko
42
42
with :
43
43
apko-config : deploy/images/calico-node/apko.yaml
44
- image-name : ttl.sh/ec/calico-node:${{ steps.get-tags.outputs.calico-tag }}
44
+ image-name : ttl.sh/ec/calico-node:${{ steps.get-tags.outputs.calico-node- tag }}
45
45
# registry-username: ${{ secrets.REGISTRY_USERNAME_STAGING }}
46
46
# registry-password: ${{ secrets.REGISTRY_PASSWORD_STAGING }}
47
47
overwrite : true # ${{ github.event.inputs.overwrite }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ contents:
4
4
keyring :
5
5
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
6
6
packages :
7
- - calico-node=__CALICO_VERSION__
7
+ - calico-node=__CALICO_NODE_VERSION__
8
8
9
9
accounts :
10
10
groups :
You can’t perform that action at this time.
0 commit comments