mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Remove update repo stop from docker release action
See https://github.com/peter-evans/dockerhub-description/issues/10 Change-Id: I42d2d4e1a28117be1419591f7d43653591182f0c
This commit is contained in:
parent
6c4ff6c791
commit
0ff4b30d71
1 changed files with 0 additions and 6 deletions
6
.github/workflows/docker-release.yml
vendored
6
.github/workflows/docker-release.yml
vendored
|
@ -28,9 +28,3 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: awesometechnologies/synapse-admin:latest
|
||||
- name: Update repo description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: awesometechnologies/synapse-admin
|
||||
|
|
Loading…
Reference in a new issue