Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f110ce0c6 | |||
| a23626614f |
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-image:
|
docker-image:
|
||||||
runs-on: ubuntu
|
runs-on: node
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
|
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
|
||||||
|
|
||||||
deploy-fallback-log:
|
deploy-fallback-log:
|
||||||
runs-on: ubuntu
|
runs-on: node
|
||||||
needs: docker-image
|
needs: docker-image
|
||||||
if: failure()
|
if: failure()
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user