Skip to content

Commit

Permalink
revert build container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed May 1, 2023
1 parent f29d43c commit 89bc35c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@
name: Create and publish a Container image

on:
workflow_run:
workflows: ["Python tests"]
branches: [main]
types:
- completed

push:
branches:
- "main"
tags:
- "v*"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ngine-io/scalr

jobs:
build-and-push-image:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 89bc35c

Please sign in to comment.