Code maintenance: Microbadger hook uses continue-on-error
This commit is contained in:
3
.github/workflows/buildx-branch.yml
vendored
3
.github/workflows/buildx-branch.yml
vendored
@@ -34,4 +34,5 @@ jobs:
|
|||||||
-t qmcgaw/private-internet-access:${GITHUB_REF##*/} \
|
-t qmcgaw/private-internet-access:${GITHUB_REF##*/} \
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I= || exit 0
|
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I=
|
||||||
|
continue-on-error: true
|
||||||
|
|||||||
3
.github/workflows/buildx-latest.yml
vendored
3
.github/workflows/buildx-latest.yml
vendored
@@ -31,4 +31,5 @@ jobs:
|
|||||||
-t qmcgaw/private-internet-access:latest \
|
-t qmcgaw/private-internet-access:latest \
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I= || exit 0
|
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I=
|
||||||
|
continue-on-error: true
|
||||||
|
|||||||
3
.github/workflows/buildx-release.yml
vendored
3
.github/workflows/buildx-release.yml
vendored
@@ -31,4 +31,5 @@ jobs:
|
|||||||
-t qmcgaw/private-internet-access:${GITHUB_REF##*/} \
|
-t qmcgaw/private-internet-access:${GITHUB_REF##*/} \
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I= || exit 0
|
- run: curl -X POST https://hooks.microbadger.com/images/qmcgaw/private-internet-access/tQFy7AxtSUNANPe6aoVChYdsI_I=
|
||||||
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user