Skip to content

Commit 3a45055

Browse files
committed
use deepwaterexploration tag
1 parent 5a02bed commit 3a45055

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)