You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/07/18 04:22:44 UTC

[trafficserver-ingress-controller] branch master updated: disable docker build cache (#134)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 16464c4  disable docker build cache (#134)
16464c4 is described below

commit 16464c40a42ca1daf37171e1a3d0cafc9d5bdcb1
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sun Jul 17 21:22:40 2022 -0700

    disable docker build cache (#134)
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 768311e..93bc8f0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -85,6 +85,7 @@ jobs:
         with:
           context: .
           push: true
+          no-cache: true
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}