Skip to content

Commit 99adb1f

Browse files
committed
Update docker-publish.yml
1 parent 16fcfee commit 99adb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
# list of Docker images to use as base name for tags
3030
images: |
31-
${{ env.DOCKERHUB_ID }}/chainbench
31+
${{ vars.DOCKERHUB_ID }}/chainbench
3232
# generate Docker tags based on the following events/attributes
3333
tags: |
3434
type=schedule

0 commit comments

Comments
 (0)