We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bd731 commit 7e440aaCopy full SHA for 7e440aa
README.md
@@ -62,6 +62,8 @@ ps aux | grep buildx
62
63
# Crie uma tag no Git para a versão
64
```
65
+git add .
66
+git commit -m "Alterações no Dockerfile para a versão ${SERVICE}-${VERSION}"
67
git tag -a ${SERVICE}-${VERSION} -m "Versão ${SERVICE} ${VERSION}"
68
git push origin ${SERVICE}-${VERSION}
69
0 commit comments