We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2149817 commit a33aa60Copy full SHA for a33aa60
.github/workflows/build.yml
@@ -37,8 +37,8 @@ jobs:
37
with:
38
context: .
39
push: true
40
- platforms: linux/amd64
41
- tags: ghcr.io/commit-boost/pbs:${{ github.ref_name }}
+ platforms: linux/amd64,linux/arm64
+ tags: ghcr.io/commit-boost/pbs:otel-support
42
cache-from: type=registry,ref=ghcr.io/commit-boost/pbs:buildcache
43
cache-to: type=registry,ref=ghcr.io/commit-boost/pbs:buildcache,mode=max
44
file: provisioning/pbs.Dockerfile
0 commit comments