Skip to content

Commit d9e27ad

Browse files
author
sk33z3r
committed
chore[github]: only push on release
1 parent 6dc7348 commit d9e27ad

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.github/workflows/image-push-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Docker Registry CI
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
# Publish semver tags as releases.
75
tags: [ 'v*.*.*' ]
86

97
env:
@@ -27,4 +25,4 @@ jobs:
2725
uses: docker/build-push-action@v2
2826
with:
2927
push: true
30-
tags: sk33z3r/loopygen:${{ env.HUB_TAG }}
28+
tags: sk33z3r/loopygen:${{ env.HUB_TAG }}, sk33z3r/loopygen:latest

.github/workflows/image-push-pull.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)