Skip to content

Commit 85e2d6a

Browse files
authored
Update main.yml
1 parent 5597b8b commit 85e2d6a

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
@@ -6,7 +6,7 @@ on:
66
- main # Trigger the workflow on pushes to the main branch
77

88
env:
9-
DOCKER_IMAGE_NAME: ivanpiskunov/sectools:latest # Replace with your details
9+
DOCKER_IMAGE_NAME: ivanpiskunov/sectools # Replace with your details
1010
DOCKER_TAG: ${{ github.sha }} # Use commit SHA as a tag, or latest for a fixed tag
1111

1212
jobs:
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
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
build-args: |

0 commit comments

Comments
 (0)