mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-24 10:22:28 -04:00
parent
27863ae6bf
commit
ff9d46f379
30
.github/workflows/docker.yml
vendored
30
.github/workflows/docker.yml
vendored
@ -57,20 +57,16 @@ jobs:
|
|||||||
- name: Push images to registry
|
- name: Push images to registry
|
||||||
run: docker push ${{ steps.tag_image.outputs.image_id }}
|
run: docker push ${{ steps.tag_image.outputs.image_id }}
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# name: Deploy new images
|
name: Deploy new images
|
||||||
# runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# needs: docker
|
needs: docker
|
||||||
# steps:
|
steps:
|
||||||
# - name: Deploy official images
|
- name: Deploy official images
|
||||||
# id: deploy_images
|
id: deploy_images
|
||||||
# uses: satak/webrequest-action@v1.2.3
|
uses: satak/webrequest-action@v1
|
||||||
# with:
|
with:
|
||||||
# url: ${{ secrets.DEPLOY_URL }}
|
url: ${{ secrets.DEPLOY_URL }}
|
||||||
# method: POST
|
method: POST
|
||||||
# headers: '{"Authentication": "Token ${{ secrets.DEPLOY_TOKEN }}"}'
|
headers: '{"Authentication": "Token ${{ secrets.DEPLOY_TOKEN }}"}'
|
||||||
# payload: |
|
payload: '{"version": "${{ jobs.docker.steps.tag_image.outputs.version }}"}'
|
||||||
# '{
|
|
||||||
# "repository": "${{ github.repository }}",
|
|
||||||
# "version": "${{ jobs.docker.steps.tag_image.outputs.version }}"
|
|
||||||
# }'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user