Skip to content

Commit

Permalink
add cicd test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 4, 2023
1 parent e1ad726 commit 7c9ae54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release Image
on:
push:
branches:
- mpw/cicd
- main
- release
paths-ignore:
Expand Down Expand Up @@ -59,8 +60,8 @@ jobs:
provenance: false
platforms: linux/${{ matrix.arch }}
tags: ${{ env.DOCKERHUB_REPO }}:latest-${{ matrix.arch }}
cache-from: ${{ env.CACHE_CONFIG }},prefix=buildx/hub-ui/${{ matrix.arch }}/
cache-to: ${{ env.CACHE_CONFIG }},prefix=buildx/hub-ui/${{ matrix.arch }}/,mode=max
cache-from: ${{ env.CACHE_CONFIG }},prefix=buildx/${{ github.event.repository.name }}/${{ matrix.arch }}/
cache-to: ${{ env.CACHE_CONFIG }},prefix=buildx/${{ github.event.repository.name }}/${{ matrix.arch }}/,mode=max

finalize:
needs: build
Expand Down

0 comments on commit 7c9ae54

Please sign in to comment.