Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Jan 1, 2024
1 parent 21fff27 commit 3314208
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,8 @@ jobs:
platforms: linux/arm/v6,linux/arm/v7
context: .
file: ./docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=whyour/qinglong:cache
cache-to: type=registry,ref=whyour/qinglong:cache,mode=max

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down Expand Up @@ -168,11 +165,8 @@ jobs:
platforms: linux/s390x
context: .
file: ./docker/390.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=whyour/qinglong:cache
cache-to: type=registry,ref=whyour/qinglong:cache,mode=max

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 3314208

Please sign in to comment.