Skip to content

Commit

Permalink
Fix alpha build
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Feb 24, 2023
1 parent c50791f commit 11ede58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
file: marketing/Dockerfile
context: marketing
tags: retrospected/marketing:canary
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true

maintenance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
file: marketing/Dockerfile
context: marketing
tags: retrospected/marketing:${{ steps.package.outputs.current-version }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true

maintenance:
Expand Down

0 comments on commit 11ede58

Please sign in to comment.