Skip to content

Commit

Permalink
fix(ci): 🐛 Disable build cache to force base image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jun 5, 2023
1 parent fea1565 commit 672e4f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG OPENSSH_VERSION="9.3_p1-r3"
ARG SED_VERSION="4.9-r2"
ARG BASH_VERSION="5.2.15-r5"
ARG SHADOW_VERSION="4.13-r2"
ARG OPENSSL_VERSION="3.1.1-r1"
ARG OPENSSL_VERSION="3.1.0-r4"
ARG PKG_CONF_VERSION="1.9.5-r0"
ARG GCC_VERSION="12.2.1_git20220924-r10"
ARG MUSL_VERSION="1.2.4-r0"
Expand Down

0 comments on commit 672e4f4

Please sign in to comment.