Skip to content

Commit d46ce18

Browse files
committed
dun work good
1 parent 0dbb75a commit d46ce18

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ name: Build and publish docker image
33
on:
44
release:
55
types: [published]
6-
workflow_dispatch:
7-
inputs:
8-
release:
9-
description: "Release (e.g., v1.9.0)"
10-
required: true
116

127
env:
138
REGISTRY: ghcr.io
149
IMAGE_NAME: ${{ github.repository }}
15-
RELEASE: ${{ github.event.inputs.release || github.event.release.tag_name }}
1610

1711
jobs:
1812
build:
@@ -52,7 +46,6 @@ jobs:
5246
context: .
5347
file: ./Dockerfile.build
5448
push: true
55-
tags: ${{ env.RELEASE }}
5649
labels: ${{ steps.meta.outputs.labels }}
5750
cache-from: type=gha
5851
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)