Skip to content

Commit c7c1dae

Browse files
committed
chore: trailing spacies
1 parent c057aea commit c7c1dae

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/docker-builds.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ jobs:
4848

4949

5050
call-delete-old-images:
51-
uses: multi-repo/workflows/.github/workflows/clean-registry.yml@main
52-
with:
53-
owner: vwency
54-
repository: nestjs-api
55-
package: nestjs-api/nest-api
56-
keep_n_tagged: 1
57-
dry_run: false
51+
runs-on: ubuntu-latest
52+
steps:
53+
- name: run on ubuntu
54+
uses: multi-repo/workflows/.github/workflows/clean-registry.yml@main
55+
with:
56+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
57+
owner: vwency
58+
repository: nestjs-api
59+
package: nestjs-api/nest-api
60+
keep_n_tagged: 1
61+
dry_run: false
5862

5963

6064
deploy:
@@ -64,3 +68,4 @@ jobs:
6468
- name: Deploy to environment
6569
run: |
6670
echo "Deploying application"
71+

0 commit comments

Comments
 (0)