Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Mar 30, 2024
1 parent 8017e09 commit 755b4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:

- name: Build app-dist
id: docker_build_app_dist
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/app-dist.Dockerfile
platforms: linux/amd64,linux/arm64
push: false
load: true
tags: docker.io/cherry/app-dist:latest
# build-args: |
# COMMIT_SHA=${{ env.sha_short }}
Expand Down

0 comments on commit 755b4b9

Please sign in to comment.