We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61baabc commit bb92869Copy full SHA for bb92869
1 file changed
.github/workflows/release.yaml
@@ -2,6 +2,7 @@ name: Release tag
2
3
on:
4
push:
5
+ branches: [ "wip-aws-infra" ]
6
tags:
7
- "v*"
8
@@ -32,9 +33,7 @@ jobs:
32
33
with:
34
context: .
35
push: true
- tags: |
36
- ghcr.io/0xsequence/sidekick:${{ github.ref_name }}
37
- ghcr.io/0xsequence/sidekick:latest
38
- platforms: linux/amd64,linux/arm64
+ tags: ghcr.io/0xsequence/sidekick:${{ github.ref_name }}
+ platforms: linux/amd64
39
build-args: |
40
VERSION=${{ github.ref_name }}
0 commit comments