Skip to content

Commit 8b4ce09

Browse files
Update docker-build.yml
1 parent b19c532 commit 8b4ce09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: ${{ github.repository }}
12+
IMAGE_NAME: gittimeraider/githubbackup
1313

1414
jobs:
1515
build-and-push:
@@ -55,3 +55,4 @@ jobs:
5555
labels: ${{ steps.meta.outputs.labels }}
5656
cache-from: type=gha
5757
cache-to: type=gha,mode=max
58+

0 commit comments

Comments
 (0)