We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a1b83 commit 9947f92Copy full SHA for 9947f92
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: "Publish Release Docker Image"
2
3
on:
4
push:
5
- tags: *
+ tags: '*'
6
7
env:
8
REGISTRY: ghcr.io
@@ -35,11 +35,3 @@ jobs:
35
push: true
36
tags: ${{ steps.meta.outputs.tags }}
37
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