mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-22 01:53:24 +01:00
Move deploy docker workflow to build snapshot flow
This commit is contained in:
parent
9b438b634b
commit
1357009539
1 changed files with 0 additions and 27 deletions
27
.github/workflows/deploy-docker.yml
vendored
27
.github/workflows/deploy-docker.yml
vendored
|
@ -1,27 +0,0 @@
|
||||||
name: Publish Docker Hub
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags: [ '*.*.*.*' ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Publish to Docker Hub Registry
|
|
||||||
uses: elgohr/Publish-Docker-Github-Action@v4
|
|
||||||
with:
|
|
||||||
name: parrazam/radicale-docker
|
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
tag_names: true
|
|
||||||
|
|
||||||
update-readme:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: peter-evans/dockerhub-description@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
Loading…
Reference in a new issue