Skip to content

Commit a8b48de

Browse files
committed
Update image action
1 parent 6953095 commit a8b48de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "*v*", "facet" ]
5+
branches: [ "*v*", "ethscriptions" ]
66
tags:
77
- '*v*'
88
release:
99
types: [published]
1010
pull_request:
11-
branches: [ "*v*", "facet" ]
11+
branches: [ "*v*", "ethscriptions" ]
1212
workflow_dispatch:
1313

1414
jobs:
@@ -32,12 +32,12 @@ jobs:
3232
id: meta
3333
uses: docker/metadata-action@v5
3434
with:
35-
images: ghcr.io/0xfacet/facet-geth
35+
images: ghcr.io/ethscriptions-protocol/ethscriptions-geth
3636
tags: |
3737
# Latest commit on any branch
3838
type=sha,format=short
3939
40-
# Branch names (v1.0.0, facet, etc)
40+
# Branch names (v1.0.0, ethscriptions, etc)
4141
type=ref,event=branch
4242
4343
# Git tags (v1.0.0, etc)

0 commit comments

Comments
 (0)