Skip to content

Commit 7cc9581

Browse files
committed
ci: fix docker workflow
1 parent 3eb4f56 commit 7cc9581

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-docker.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ permissions:
1212
id-token: write
1313

1414
jobs:
15-
docker:
16-
runs-on: ubuntu-latest
17-
steps:
18-
build_image:
15+
publish_image:
1916
if: github.repository == 'PCSX2/web-api'
20-
needs:
21-
- cut_release
2217
name: "Build and Publish Image"
2318
runs-on: ubuntu-latest
2419
steps:

0 commit comments

Comments
 (0)