Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 27, 2022
1 parent 977ab44 commit d9b406b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.arm64.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Image for arm64
name: Build & Publish Image

on:
push:
branches: [ "develop", "ci-test*" ]
tags: [ "v*" ]
workflow_dispatch:

Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down

0 comments on commit d9b406b

Please sign in to comment.