Skip to content

Commit a82c8fb

Browse files
committed
feat: trigger on release create
1 parent 0abc9e1 commit a82c8fb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/delete-old-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
owner: ${{ github.repository_owner }}
17-
repository: multi-repo/Postgres
17+
repository: multi-repo/postgres
1818
keep-n-tagged: 1
19-
package: multi-repo/Postgres/pg
19+
package: multi-repo/postgres/pg
2020
dry-run: false

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Build Docker Images
22

33
on:
4-
push:
5-
branches:
6-
- main
74
release:
8-
types: [created, published, released]
5+
types: [published]
96

107

118
jobs:

0 commit comments

Comments
 (0)