Skip to content

Commit 9947f92

Browse files
Fixing tag specifier thanks to actionlint.
1 parent b2a1b83 commit 9947f92

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Publish Release Docker Image"
22

33
on:
44
push:
5-
tags: *
5+
tags: '*'
66

77
env:
88
REGISTRY: ghcr.io
@@ -35,11 +35,3 @@ jobs:
3535
push: true
3636
tags: ${{ steps.meta.outputs.tags }}
3737
labels: ${{ steps.meta.outputs.labels }}
38-
39-
always_job:
40-
name: Always run job
41-
runs-on: ubuntu-latest
42-
steps:
43-
# https://github.com/orgs/community/discussions/25146
44-
- name: Always run
45-
run: echo "This job is used to prevent the workflow status from showing as failed when all other jobs are skipped."

0 commit comments

Comments
 (0)