mirror of
https://github.com/kerberos-io/base.git
synced 2025-10-05 16:07:04 +08:00
fix error
This commit is contained in:
2
.github/workflows/amd64.yaml
vendored
2
.github/workflows/amd64.yaml
vendored
@@ -26,4 +26,4 @@ jobs:
|
|||||||
- name: Run Buildx
|
- name: Run Buildx
|
||||||
run: docker buildx build --platform linux/amd64 -t kerberos/base:amd64-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
run: docker buildx build --platform linux/amd64 -t kerberos/base:amd64-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
||||||
- name: Create new and append to manifest
|
- name: Create new and append to manifest
|
||||||
run: docker buildx imagetools create -t kerberos/base:-$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:amd64-$(echo $GITHUB_SHA | cut -c1-7)
|
run: docker buildx imagetools create -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:amd64-$(echo $GITHUB_SHA | cut -c1-7)
|
2
.github/workflows/arm64.yaml
vendored
2
.github/workflows/arm64.yaml
vendored
@@ -26,4 +26,4 @@ jobs:
|
|||||||
- name: Run Buildx
|
- name: Run Buildx
|
||||||
run: docker buildx build --platform linux/arm64 -t kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
run: docker buildx build --platform linux/arm64 -t kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
||||||
- name: Append manifest
|
- name: Append manifest
|
||||||
run: docker buildx imagetools create --append -t kerberos/base:-$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7)
|
run: docker buildx imagetools create --append -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7)
|
2
.github/workflows/armv7.yaml
vendored
2
.github/workflows/armv7.yaml
vendored
@@ -26,4 +26,4 @@ jobs:
|
|||||||
- name: Run Buildx
|
- name: Run Buildx
|
||||||
run: docker buildx build --platform linux/arm/v7 -t kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
run: docker buildx build --platform linux/arm/v7 -t kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
||||||
- name: Append manifest
|
- name: Append manifest
|
||||||
run: docker buildx imagetools create --append -t kerberos/base:-$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7)
|
run: docker buildx imagetools create --append -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7)
|
Reference in New Issue
Block a user