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