Skip to content

Commit

Permalink
Update and rename publish-docker to publish-docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-SAP committed Sep 22, 2023
1 parent 08f7364 commit 7e2f6fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
platforms: linux/amd64,linux/arm64
context: .
cache-from: |
type=gha,scope=sha-${{ github.sha }}
type=gha,scope=${{ matrix.workload }}-sha-${{ github.sha }}
type=gha,scope=${{ github.ref_name }}-${{ matrix.workload }}
type=gha,scope=${{ github.base_ref || 'main' }}
type=gha,scope=main
cache-to: |
type=gha,scope=sha-${{ github.sha }},mode=max
type=gha,scope=${{ matrix.workload }}-sha-${{ github.sha }},mode=max
type=gha,scope=${{ github.ref_name }}-${{ matrix.workload }},mode=max
push: true
tags: ${{ steps.extract-metadata.outputs.tags }}
Expand Down

0 comments on commit 7e2f6fd

Please sign in to comment.