try stg deploy again with new manifest tagging
This commit is contained in:
		| @@ -23,11 +23,14 @@ jobs: | |||||||
|         username: ${{ secrets.REGISTRY_USER }} |         username: ${{ secrets.REGISTRY_USER }} | ||||||
|         password: ${{ secrets.REGISTRY_TOKEN }} |         password: ${{ secrets.REGISTRY_TOKEN }} | ||||||
|  |  | ||||||
|     - name: Tag "latest" with "stg" |     - name: Re-tag "latest" with "stg" | ||||||
|       run: | |       uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1 | ||||||
|         docker pull gitea.jbrumond.me/doc-utils/docs-web:latest |       with: | ||||||
|         docker tag gitea.jbrumond.me/doc-utils/docs-web:latest gitea.jbrumond.me/doc-utils/docs-web:stg |         registry: https://gitea.jbrumond.me | ||||||
|         docker push gitea.jbrumond.me/doc-utils/docs-web:stg |         image: doc-utils/docs-web | ||||||
|  |         old-tag: latest | ||||||
|  |         new-tags: | | ||||||
|  |           stg | ||||||
|  |  | ||||||
|   deploy: |   deploy: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user