From 2bf09887a94a4230c11a0167f1e6e7cfd9b24131 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Tue, 30 Apr 2024 15:34:03 +0900 Subject: [PATCH] action error experiment Signed-off-by: Scott Trent --- .github/publish-images/action.yaml | 1 - .github/workflows/publish-images.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/publish-images/action.yaml b/.github/publish-images/action.yaml index 9d5de7a..af1c2c1 100644 --- a/.github/publish-images/action.yaml +++ b/.github/publish-images/action.yaml @@ -31,7 +31,6 @@ runs: with: go-version-file: go.mod check-latest: true - cache: true - name: Login to Image Registry uses: redhat-actions/podman-login@v1 diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index e2d2b1e..ac86764 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -16,7 +16,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - cache: true - uses: ./.github/compute-version id: version