fix
This commit is contained in:
@ -60,8 +60,10 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: registry.tahmidcloud.com/my-portfolio:latest
|
||||
tags: ${REGISTRY}/my-portfolio:latest
|
||||
|
||||
Reference in New Issue
Block a user