remove caching for better interoperability
This commit is contained in:
4
.github/workflows/build_docker_image.yml
vendored
4
.github/workflows/build_docker_image.yml
vendored
@@ -87,8 +87,6 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=gha,scope=${{ github.workflow }}
|
|
||||||
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
|
||||||
|
|
||||||
- name: Build and push develop Docker image
|
- name: Build and push develop Docker image
|
||||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||||
@@ -99,5 +97,3 @@ jobs:
|
|||||||
tags: ${{ steps.meta-develop.outputs.tags }}
|
tags: ${{ steps.meta-develop.outputs.tags }}
|
||||||
labels: ${{ steps.meta-develop.outputs.labels }}
|
labels: ${{ steps.meta-develop.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=gha,scope=${{ github.workflow }}
|
|
||||||
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
|
|
||||||
|
Reference in New Issue
Block a user