Browse Source

Merge pull request #2516 from flant/no-cache-build

chore: do not use caching for docker build
pull/2510/head
Márk Sági-Kazár 4 years ago committed by GitHub
parent
commit
92161abfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/artifacts.yaml
  2. 4
      .github/workflows/docker.yaml

4
.github/workflows/artifacts.yaml

@ -71,8 +71,8 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
build-args: |

4
.github/workflows/docker.yaml

@ -76,8 +76,8 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.tags.outputs.tags }}
build-args: |

Loading…
Cancel
Save