Skip to content

Commit 4d40d7e

Browse files
authored
Update image name in pipeline (#76)
1 parent 487657f commit 4d40d7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
IMAGE_NAME: ${{ github.repository }}
10+
IMAGE_NAME: ${{ github.event.repository.name }}
1111

1212
jobs:
1313
build:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
IMAGE_NAME: ${{ github.repository }}
8+
IMAGE_NAME: ${{ github.event.repository.name }}
99

1010
jobs:
1111
push_to_registry:

0 commit comments

Comments
 (0)