Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
enable latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Jun 1, 2021
1 parent f9d60c9 commit 3cd29ac
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/omgx-publish-develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: Publish Packages (omgx-develop)

push:

# on:
# push:
# branches:
# - 'develop'
on:
push:
branches:
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
pull_request:
workflow_dispatch:

jobs:
develop-publish:
Expand Down Expand Up @@ -76,6 +87,8 @@ jobs:
file: ./ops/docker/Dockerfile.geth
push: true
tags: omgx/l2geth:develop
flavor: |
latest=true
# pushes the base builder image to dockerhub
builder:
Expand Down

0 comments on commit 3cd29ac

Please sign in to comment.