Skip to content

Commit

Permalink
ci: stop publishing docker image until ncr docker image is public aga…
Browse files Browse the repository at this point in the history
…in (#32)
  • Loading branch information
matteo-cristino authored Apr 24, 2024
1 parent f98a847 commit 55870a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: 🧪 Run test
run: make test

publish_docker_image:
needs: test
name: 🐳 publish docker image
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
permissions:
contents: read
packages: write
uses: interfacerproject/workflows/.github/workflows/publish-ghcr.yml@main
secrets: inherit
# publish_docker_image:
# needs: test
# name: 🐳 publish docker image
# if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
# permissions:
# contents: read
# packages: write
# uses: interfacerproject/workflows/.github/workflows/publish-ghcr.yml@main
# secrets: inherit

0 comments on commit 55870a1

Please sign in to comment.