Skip to content

Commit 7e440aa

Browse files
authored
Update README.md
1 parent e7bd731 commit 7e440aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ ps aux | grep buildx
6262

6363
# Crie uma tag no Git para a versão
6464
```
65+
git add .
66+
git commit -m "Alterações no Dockerfile para a versão ${SERVICE}-${VERSION}"
6567
git tag -a ${SERVICE}-${VERSION} -m "Versão ${SERVICE} ${VERSION}"
6668
git push origin ${SERVICE}-${VERSION}
6769
```

0 commit comments

Comments
 (0)