Skip to content

Commit 8e119e0

Browse files
authored
Update main.yml
1 parent f402480 commit 8e119e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Build and push Docker image
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: https://github.com/D3One/Docs_DevSecOps_Vault/tree/main/Custom%20Docker%20Image # Path to your Dockerfile, '.' for current directory
34+
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
36-
tags:
36+
tags:
3737
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
3838
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
3939

0 commit comments

Comments
 (0)