Skip to content

Commit 3302761

Browse files
committed
push
1 parent 4a7e991 commit 3302761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/oci-make.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,13 @@ jobs:
9191
id: build
9292
uses: docker/build-push-action@v6
9393
with:
94+
push: true
9495
context: packaging/docker-image
9596
platforms: linux/amd64, linux/arm64
9697
labels: ${{ steps.meta.outputs.labels }}
9798
cache-to: type=gha
9899
cache-from: type=gha
99-
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
100+
#outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
100101
build-args:
101102
OTP_VERSION=27
102103

0 commit comments

Comments
 (0)