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
|
@ -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 New Issue