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 0dbb75a commit d46ce18Copy full SHA for d46ce18
.github/workflows/docker-build.yml
@@ -3,16 +3,10 @@ name: Build and publish docker image
3
on:
4
release:
5
types: [published]
6
- workflow_dispatch:
7
- inputs:
8
- release:
9
- description: "Release (e.g., v1.9.0)"
10
- required: true
11
12
env:
13
REGISTRY: ghcr.io
14
IMAGE_NAME: ${{ github.repository }}
15
- RELEASE: ${{ github.event.inputs.release || github.event.release.tag_name }}
16
17
jobs:
18
build:
@@ -52,7 +46,6 @@ jobs:
52
46
context: .
53
47
file: ./Dockerfile.build
54
48
push: true
55
- tags: ${{ env.RELEASE }}
56
49
labels: ${{ steps.meta.outputs.labels }}
57
50
cache-from: type=gha
58
51
cache-to: type=gha,mode=max
0 commit comments