File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
branches : ["main"]
10
10
11
11
env :
12
- IMAGE_NAME : ${{ env.IMAGE_NAME }}
12
+ IMAGE_NAME : algorithm-exercises-js
13
13
14
14
jobs :
15
15
25
25
uses : docker/build-push-action@v6
26
26
with :
27
27
context : .
28
+ outputs : |
29
+ type=docker,dest=/tmp/${{ env.IMAGE_NAME }}_${{ github.sha }}.tar
28
30
tags : |
29
31
${{ env.IMAGE_NAME }}:latest
30
32
${{ env.IMAGE_NAME }}:${{ github.sha }}
@@ -34,13 +36,14 @@ jobs:
34
36
with :
35
37
name : ${{ env.IMAGE_NAME }}:${{ github.sha }}
36
38
path : /tmp/${{ env.IMAGE_NAME }}_${{ github.sha }}.tar
37
-
39
+ # yamllint disable rule:comments-indentation
38
40
# - name: Lint in Docker image
39
41
# run: make compose/lint
40
42
# - name: Test in Docker image
41
43
# run: make compose/test
42
44
# - name: Run in Docker image
43
45
# run: make compose/run
46
+ # yamllint enable rule:comments-indentation
44
47
45
48
scan :
46
49
name : " Snyk Container"
You can’t perform that action at this time.
0 commit comments