Skip to content

Commit 34a1631

Browse files
Skip push-to-registry
1 parent 4c42360 commit 34a1631

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
id: version
3232
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
3333

34-
- name: Print version
35-
run: echo ${{ env.VERSION }}
36-
3734
- name: Build and push Docker image
3835
id: push
3936
uses: docker/build-push-action@v4
@@ -48,4 +45,4 @@ jobs:
4845
with:
4946
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5047
subject-digest: ${{ steps.push.outputs.digest }}
51-
push-to-registry: true
48+
push-to-registry: false

0 commit comments

Comments
 (0)