Skip to content

Commit

Permalink
chore(ci): make sure workflow is triggered on push (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Dec 23, 2022
1 parent e5df7b5 commit c8f498d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
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

0 comments on commit c8f498d

Please sign in to comment.