We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ee398 commit 4067acaCopy full SHA for 4067aca
.github/workflows/ci.yaml
@@ -47,7 +47,6 @@ jobs:
47
name: Release ${{ steps.tag_version.outputs.new_tag }}
48
body: ${{ steps.tag_version.outputs.changelog }}
49
50
-
51
publish:
52
runs-on: ubuntu-latest
53
needs: version
@@ -82,11 +81,6 @@ jobs:
82
81
images: |
83
${{ github.actor }}/mimic
84
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}}
90
91
- name: Build and push Docker images
92
uses: docker/build-push-action@v4
0 commit comments