Skip to content

Commit 89bc35c

Browse files
committed
revert build container workflow
1 parent f29d43c commit 89bc35c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/container.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@
1010
name: Create and publish a Container image
1111

1212
on:
13-
workflow_run:
14-
workflows: ["Python tests"]
15-
branches: [main]
16-
types:
17-
- completed
18-
13+
push:
14+
branches:
15+
- "main"
16+
tags:
17+
- "v*"
1918
env:
2019
REGISTRY: ghcr.io
2120
IMAGE_NAME: ngine-io/scalr
2221

2322
jobs:
2423
build-and-push-image:
2524
runs-on: ubuntu-latest
26-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2725
permissions:
2826
contents: read
2927
packages: write

0 commit comments

Comments
 (0)