fix: set nocache when building
This commit is contained in:
@@ -45,6 +45,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=act-22.04
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
@@ -65,6 +66,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=act-20.04
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
@@ -84,6 +86,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=20-bookworm
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
@@ -104,6 +107,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=20-bullseye
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
@@ -123,6 +127,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=full-22.04
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
@@ -143,6 +148,7 @@ jobs:
|
||||
linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
BASE_IMAGE_TAG=full-20.04
|
||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user