Skip to content

Commit a5e0d23

Browse files
committed
[MOD] remove cache tests
1 parent ec849d5 commit a5e0d23

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/docker-hub-publish-base.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 2 * * *' # Daily at 02:00
6-
push:
76

87
jobs:
98
base:
@@ -20,5 +19,4 @@ jobs:
2019
tags: |
2120
imiobe/iadelib:base
2221
"${{ secrets.HARBOR_URL }}/delib/iadelib:base"
23-
dockerfile: ./docker/Dockerfile-base
24-
cache-image: "${{ secrets.HARBOR_URL }}/delib/iadelib:base-buildcache"
22+
dockerfile: ./docker/Dockerfile-base

actions/harbor/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,4 @@ runs:
5959
platforms: linux/amd64
6060
pull: true
6161
push: true
62-
build-args: PROFILE=${{ inputs.profile }}.cfg
63-
cache-from: type=registry,ref=${{ inputs.cache-image }}
64-
cache-to: type=registry,ref=${{ inputs.cache-image }},mode=min
62+
build-args: PROFILE=${{ inputs.profile }}.cfg

0 commit comments

Comments
 (0)