Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Oct 18, 2023
1 parent adcd57f commit b6aea0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crypto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
context: ./go_crypto
platforms: linux/amd64,linux/s390x,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/samyuan1990/trash
labels: Crypto
Expand All @@ -44,7 +44,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
context: ./go_pqc
platforms: linux/amd64,linux/s390x,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/samyuan1990/trash
labels: PostCrypto

0 comments on commit b6aea0e

Please sign in to comment.