Skip to content

Commit 4067aca

Browse files
author
Raymond Ottun
committed
ci: push docker using tag version
1 parent 60ee398 commit 4067aca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
name: Release ${{ steps.tag_version.outputs.new_tag }}
4848
body: ${{ steps.tag_version.outputs.changelog }}
4949

50-
5150
publish:
5251
runs-on: ubuntu-latest
5352
needs: version
@@ -82,11 +81,6 @@ jobs:
8281
images: |
8382
${{ github.actor }}/mimic
8483
ghcr.io/${{ github.repository }}
85-
tags: |
86-
type=ref,event=branch
87-
type=ref,event=pr
88-
type=semver,pattern={{version}}
89-
type=semver,pattern={{major}}.{{minor}}
9084
9185
- name: Build and push Docker images
9286
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)