We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5597b8b commit 85e2d6aCopy full SHA for 85e2d6a
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ on:
6
- main # Trigger the workflow on pushes to the main branch
7
8
env:
9
- DOCKER_IMAGE_NAME: ivanpiskunov/sectools:latest # Replace with your details
+ DOCKER_IMAGE_NAME: ivanpiskunov/sectools # Replace with your details
10
DOCKER_TAG: ${{ github.sha }} # Use commit SHA as a tag, or latest for a fixed tag
11
12
jobs:
@@ -33,7 +33,7 @@ jobs:
33
with:
34
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
build-args: |
0 commit comments