File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : ' Test/push the `debug-partner ` image'
1+ name : ' Test/push the `debug` image'
22on :
33 # Run the workflow every day at 5 am UTC (1 am EST, 7am CET)
44 # This is useful for keeping the image up-to-date with security
2121 IMAGE_CONTAINER_FILE_PATH : ./Dockerfile
2222
2323jobs :
24- test-debug-partner- image :
25- name : ' Build and test the `debug-partner ` image'
24+ test-debug-image :
25+ name : ' Build and test the `debug` image'
2626 runs-on : ubuntu-22.04
2727
2828 steps :
3333 - name : Set up Docker Buildx
3434 uses : docker/setup-buildx-action@v3
3535
36- - name : ' Build the `debug-partner ` image'
36+ - name : ' Build the `debug` image'
3737 run : docker build --no-cache -f Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .
3838
3939 - name : ' Test: Check if lscpu is installed'
7575 type=schedule,pattern=nightly
7676 type=semver,pattern={{raw}}
7777
78- - name : ' Build and push the new `debug-partner ` image'
78+ - name : ' Build and push the new `debug` image'
7979 uses : docker/build-push-action@v6
8080 with :
8181 push : true
You can’t perform that action at this time.
0 commit comments