ci: don't publish container image when PR pushed
This commit is contained in:
@@ -42,6 +42,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
name: Publish container image
|
name: Publish container image
|
||||||
needs: pretest
|
needs: pretest
|
||||||
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -95,7 +96,7 @@ jobs:
|
|||||||
run: wget https://github.com/official-human/nonicons-font/raw/main/PKGBUILD
|
run: wget https://github.com/official-human/nonicons-font/raw/main/PKGBUILD
|
||||||
|
|
||||||
- name: Update action.yml to use edge tagged container image
|
- name: Update action.yml to use edge tagged container image
|
||||||
if: ${{ github.event_name == 'pull_request' || github.ref != 'refs/tags/*' }}
|
if: ${{ github.ref != 'refs/tags/*' }}
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/.*image\:.*/ image\: \"ghcr.io\/${{ github.repository_owner }}\/${{ github.event.repository.name }}\:edge\"/' action.yml
|
sed -i 's/.*image\:.*/ image\: \"ghcr.io\/${{ github.repository_owner }}\/${{ github.event.repository.name }}\:edge\"/' action.yml
|
||||||
cat action.yml
|
cat action.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user