File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ jobs:
110110 - name : " Build Docker Image"
111111 run : |
112112 echo "Building Docker Image..."
113- sudo docker buildx build --platform linux/arm/v7 -t dwe_os_2 --load -f docker/Dockerfile .
114- docker tag dwe_os_2 dwe_os_2:${{ github.event.release.name }}
113+ sudo docker buildx build --platform linux/arm/v7 -t deepwaterexploration/ dwe_os_2 --load -f docker/Dockerfile .
114+ docker tag deepwaterexploration/ dwe_os_2 deepwaterexploration/ dwe_os_2:${{ github.event.release.name }}
115115
116116 - name : " Push Docker Image"
117117 run : |
118118 echo "Pushing Docker Image..."
119- docker push dwe_os_2:${{ github.event.release.name }}
120- docker push dwe_os_2:latest
119+ docker push deepwaterexploration/ dwe_os_2:${{ github.event.release.name }}
120+ docker push deepwaterexploration/ dwe_os_2:latest
You can’t perform that action at this time.
0 commit comments