Skip to content

Commit cd5ed5a

Browse files
committed
cahnged how the username is called
1 parent 1541982 commit cd5ed5a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: Push Docker Image
33

44
on:
55
workflow_call:
6-
6+
secrets:
7+
# GitHub Container Registry token
8+
GHCR_TOKEN:
9+
required: true
710
env:
811
# Use docker.io for Docker Hub if empty
912
REGISTRY: ghcr.io
10-
# github.repository as <account>/<repo>
1113
IMAGE_NAME: ${{ github.repository }}
1214
username: ${{ github.actor }}
15+
1316
jobs:
1417
build:
1518

0 commit comments

Comments
 (0)