File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
# schedule:
10
10
# - cron: '23 3 * * *'
11
11
push :
12
- # branches: [ "master " ]
12
+ branches : [ "unraid " ]
13
13
# Publish semver tags as releases.
14
14
tags : [ 'v*.*.*' ]
15
15
# pull_request:
20
20
REGISTRY : ghcr.io
21
21
# github.repository as <account>/<repo>
22
22
IMAGE_NAME : ${{ github.repository }}
23
- IMAGE_OWNER : ${{ github.repository_owner }}
23
+ # IMAGE_OWNER: ${{ github.repository_owner }}
24
24
25
25
jobs :
26
26
build :
@@ -66,13 +66,13 @@ jobs:
66
66
id : meta
67
67
uses : docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
68
68
with :
69
- images : ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env. IMAGE_NAME }}
69
+ images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
70
70
# Set 'latest' and semver tags
71
- tags : |
72
- type=raw,value=latest
73
- type=semver,pattern={{version}}
74
- type=semver,pattern={{major}}.{{minor}}
75
- type=semver,pattern={{major}}
71
+ # tags: |
72
+ # type=raw,value=latest
73
+ # type=semver,pattern={{version}}
74
+ # type=semver,pattern={{major}}.{{minor}}
75
+ # type=semver,pattern={{major}}
76
76
77
77
# Build and push Docker image with Buildx (don't push on PR)
78
78
# https://github.com/docker/build-push-action
You can’t perform that action at this time.
0 commit comments