Skip to content

Commit 80cd64f

Browse files
author
Adrián Parilli
committed
Fixing registry URL
1 parent 18e33d5 commit 80cd64f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
#schedule:
1010
#- cron: '23 3 * * *'
1111
push:
12-
#branches: [ "master" ]
12+
branches: [ "unraid" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
#pull_request:
@@ -20,7 +20,7 @@ env:
2020
REGISTRY: ghcr.io
2121
# github.repository as <account>/<repo>
2222
IMAGE_NAME: ${{ github.repository }}
23-
IMAGE_OWNER: ${{ github.repository_owner }}
23+
#IMAGE_OWNER: ${{ github.repository_owner }}
2424

2525
jobs:
2626
build:
@@ -66,13 +66,13 @@ jobs:
6666
id: meta
6767
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
6868
with:
69-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}
69+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7070
# 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}}
7676

7777
# Build and push Docker image with Buildx (don't push on PR)
7878
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)