Skip to content

Commit b979804

Browse files
authored
Update main.yml
1 parent b3980f4 commit b979804

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Build and push Docker image
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: /Custom Docker Image/ # Path to your Dockerfile, '.' for current directory
34+
context: . # Path to your Dockerfile, '.' for current directory
3535
push: true
3636
tags:
37-
38-
${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
39-
${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
37+
ivanpiskunov/seckit_v1:latest
38+
# ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
39+
# ${{ env.DOCKER_IMAGE_NAME }}:latest # Optionally push with 'latest' tag
4040

4141
build-args:
4242
MY_ARG=1

0 commit comments

Comments
 (0)