Skip to content

Commit

Permalink
Skip push-to-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha authored Oct 2, 2024
1 parent 4c42360 commit 34a1631
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
id: version
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV

- name: Print version
run: echo ${{ env.VERSION }}

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v4
Expand All @@ -48,4 +45,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: false

0 comments on commit 34a1631

Please sign in to comment.