Skip to content

Commit

Permalink
[MOD] remove cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Dec 6, 2023
1 parent ec849d5 commit a5e0d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-hub-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # Daily at 02:00
push:

jobs:
base:
Expand All @@ -20,5 +19,4 @@ jobs:
tags: |
imiobe/iadelib:base
"${{ secrets.HARBOR_URL }}/delib/iadelib:base"
dockerfile: ./docker/Dockerfile-base
cache-image: "${{ secrets.HARBOR_URL }}/delib/iadelib:base-buildcache"
dockerfile: ./docker/Dockerfile-base
4 changes: 1 addition & 3 deletions actions/harbor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ runs:
platforms: linux/amd64
pull: true
push: true
build-args: PROFILE=${{ inputs.profile }}.cfg
cache-from: type=registry,ref=${{ inputs.cache-image }}
cache-to: type=registry,ref=${{ inputs.cache-image }},mode=min
build-args: PROFILE=${{ inputs.profile }}.cfg

0 comments on commit a5e0d23

Please sign in to comment.