Skip to content

Commit

Permalink
trigger on published and set ergoplatform user
Browse files Browse the repository at this point in the history
  • Loading branch information
reqlez authored Sep 7, 2023
1 parent eeabf83 commit bc1be1b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker_crossbuild_publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Cross-Compile Docker Build and Push

on:
pull_request:
types:
- opened
- synchronize
- closed
release:
types: [published]
workflow_dispatch:

env:
REGISTRY_IMAGE: greenden/oracle-core
REGISTRY_IMAGE: ergoplatform/oracle-core

jobs:
build:
Expand Down

0 comments on commit bc1be1b

Please sign in to comment.