Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): make sure workflow is triggered on push #1097

Merged
merged 1 commit into from Dec 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/dockerhub.yml
Expand Up @@ -2,11 +2,10 @@ name: Dockerhub Pipeline

on:
push:
branches:
- master
tags:
- 'v*'

env:
APP: "ae_mdw"
- v*

jobs:
dockerhub:
Expand All @@ -22,10 +21,9 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: aeternity/${{ env.APP }}
images: aeternity/ae_mdw
tags: |
type=raw,value=master,enable={{is_default_branch}}
type=ref,event=pr
type=sha,prefix=,enable={{is_default_branch}}
type=semver,pattern={{version}},enable={{is_default_branch}}

Expand Down