Skip to content

Commit 1663e31

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Gihub Actions] splitted in two jobs.
1 parent 4f04017 commit 1663e31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
branches: ["main"]
1010

1111
env:
12-
IMAGE_NAME: ${{ env.IMAGE_NAME }}
12+
IMAGE_NAME: algorithm-exercises-js
1313

1414
jobs:
1515

@@ -34,13 +34,14 @@ jobs:
3434
with:
3535
name: ${{ env.IMAGE_NAME }}:${{ github.sha }}
3636
path: /tmp/${{ env.IMAGE_NAME }}_${{ github.sha }}.tar
37-
37+
# yamllint disable rule:comments-indentation
3838
# - name: Lint in Docker image
3939
# run: make compose/lint
4040
# - name: Test in Docker image
4141
# run: make compose/test
4242
# - name: Run in Docker image
4343
# run: make compose/run
44+
# yamllint enable rule:comments-indentation
4445

4546
scan:
4647
name: "Snyk Container"

0 commit comments

Comments
 (0)