Skip to content

Commit d9fd696

Browse files
authored
Merge pull request #2 from sebrandon1/remove_partner
Remove -partner strings
2 parents 171ce7e + 74b84f0 commit d9fd696

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/debug-image.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Test/push the `debug-partner` image'
1+
name: 'Test/push the `debug` image'
22
on:
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
@@ -21,8 +21,8 @@ env:
2121
IMAGE_CONTAINER_FILE_PATH: ./Dockerfile
2222

2323
jobs:
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:
@@ -33,7 +33,7 @@ jobs:
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'
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)