We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3980f4 commit b979804Copy full SHA for b979804
1 file changed
.github/workflows/main.yml
@@ -31,12 +31,12 @@ jobs:
31
- name: Build and push Docker image
32
uses: docker/build-push-action@v5
33
with:
34
- context: /Custom Docker Image/ # Path to your Dockerfile, '.' for current directory
+ context: . # Path to your Dockerfile, '.' for current directory
35
push: true
36
tags:
37
-
38
- ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
39
- ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
+ ivanpiskunov/seckit_v1:latest
+ # ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
+ # ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
40
41
build-args:
42
MY_ARG=1
0 commit comments