Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 6, 2023
1 parent 6b7cac6 commit e6c24fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
push: true
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8,linux/arm/v7,linux/ppc64le,linux/s390x
tags: wcjiang/pml:latest

- name: Build and push image:tags
Expand All @@ -82,6 +82,6 @@ jobs:
with:
push: true
context: .
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8,linux/arm/v7,linux/ppc64le,linux/s390x
tags: wcjiang/pml:${{steps.changelog.outputs.version}}

0 comments on commit e6c24fc

Please # to comment.