fix: renamed ci docker image to tdrive

This commit is contained in:
montaghanmy
2023-03-31 10:04:20 +01:00
parent 06b8584a4b
commit 57c996e030
4 changed files with 7 additions and 40 deletions
+2 -2
View File
@@ -65,9 +65,9 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: twaketech/twake-nginx
name: twaketech/tdrive-nginx
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
workdir: twake
buildoptions: "-t twaketech/twake-nginx -f docker/twake-nginx/Dockerfile"
buildoptions: "-t twaketech/tdrive-nginx -f docker/twake-nginx/Dockerfile"
tags: "${{ env.DOCKERTAG }},${{ env.DOCKERTAGVERSION }}"