mirror of https://github.com/statping/statping
seriously...
parent
51f4033c84
commit
f3e524cbea
|
@ -92,7 +92,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Download Compiled Frontend (rice-box.go)
|
- name: Download Compiled Frontend (rice-box.go)
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
path: ./source
|
||||||
|
@ -160,7 +160,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Download Compiled Frontend (rice-box.go)
|
- name: Download Compiled Frontend (rice-box.go)
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
path: ./source
|
||||||
|
@ -207,7 +207,7 @@ jobs:
|
||||||
run: make test-deps
|
run: make test-deps
|
||||||
|
|
||||||
- name: Download Compiled Frontend (rice-box.go)
|
- name: Download Compiled Frontend (rice-box.go)
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
path: ./source
|
||||||
|
@ -242,7 +242,7 @@ jobs:
|
||||||
run: make test-deps
|
run: make test-deps
|
||||||
|
|
||||||
- name: Download Compiled Frontend (rice-box.go)
|
- name: Download Compiled Frontend (rice-box.go)
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
path: ./source
|
||||||
|
@ -277,7 +277,7 @@ jobs:
|
||||||
run: make test-deps
|
run: make test-deps
|
||||||
|
|
||||||
- name: Download Compiled Frontend (rice-box.go)
|
- name: Download Compiled Frontend (rice-box.go)
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source
|
path: ./source
|
||||||
|
@ -390,14 +390,14 @@ jobs:
|
||||||
- name: Release Docker images
|
- name: Release Docker images
|
||||||
run: make docker-manifest
|
run: make docker-manifest
|
||||||
|
|
||||||
- name: Base Docker Image
|
# - name: Base Docker Image
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
# uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
# with:
|
||||||
name: statping/statping
|
# name: statping/statping
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
dockerfile: Dockerfile.base
|
# dockerfile: Dockerfile.base
|
||||||
tags: "base"
|
# tags: "base"
|
||||||
|
|
||||||
sentry-release:
|
sentry-release:
|
||||||
needs: upload-release
|
needs: upload-release
|
||||||
|
|
Loading…
Reference in New Issue