We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2023dd9 commit be45d97Copy full SHA for be45d97
.github/workflows/deploy.yml
@@ -27,5 +27,5 @@ jobs:
27
uses: docker/build-push-action@v6
28
with:
29
push: true
30
- tags: rv-backend:latest
+ tags: ${{secrets.REGISTRY_URL}}/rv-backend:latest
31
0 commit comments