We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f402480 commit 8e119e0Copy full SHA for 8e119e0
1 file changed
.github/workflows/main.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Build and push Docker image
32
uses: docker/build-push-action@v5
33
with:
34
- context: https://github.com/D3One/Docs_DevSecOps_Vault/tree/main/Custom%20Docker%20Image # Path to your Dockerfile, '.' for current directory
+ context: . # Path to your Dockerfile, '.' for current directory
35
push: true
36
- tags:
+ tags:
37
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
38
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
39
0 commit comments