Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
don't push before going through the test
  • Loading branch information
maxisam authored Nov 9, 2024
1 parent d1e6d1e commit a7925af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
EN_RCLONE=true
EN_GPG=true
tags: ${{ github.repository }}:${{ env.APP_VERSION }}.${{ github.run_number }}
push: true
push: false
load: true
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/mgob:buildcache-dev
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/mgob:buildcache-dev,mode=max

Expand All @@ -113,7 +114,8 @@ jobs:
EN_RCLONE=true
EN_GPG=true
tags: ${{ github.repository }}:${{ env.APP_VERSION }}.${{ github.run_number }}
push: true
push: false
load: true
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/mgob:buildcache-dev

- name: Setup key
Expand Down

1 comment on commit a7925af

@danielchristianschroeter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"load" is not working in with multi arch build.

Please sign in to comment.