Move deploy docker workflow to build snapshot flow

This commit is contained in:
parra 2022-04-13 14:07:04 +02:00 committed by GitHub
parent 7af92b992c
commit ad54d0c09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -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 }}