Skip to content

Commit

Permalink
Update and rename docker-publih,.yml to docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazukazu123123 authored Jun 16, 2024
1 parent 832075f commit 093297e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jobs:
with:
context: .
file: .github/files/build/Dockerfile
platforms: darwin/amd64,darwin/arm64,linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit 093297e

Please sign in to comment.