Skip to content

Commit 18c3302

Browse files
committed
Update CI config
1 parent 5f50a00 commit 18c3302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/faucet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
REGISTRY: ghcr.io
9-
IMAGE_NAME: ${{ github.repository }}
9+
IMAGE_NAME: cosmos/cosmjs-faucet
1010

1111
jobs:
1212
build-and-push-image:
@@ -17,7 +17,6 @@ jobs:
1717
packages: write
1818
attestations: write
1919
id-token: write
20-
#
2120
steps:
2221
- name: Checkout repository
2322
uses: actions/checkout@v4
@@ -42,6 +41,7 @@ jobs:
4241
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4342
with:
4443
context: .
44+
file: packages/faucet/Dockerfile
4545
push: true
4646
tags: ${{ steps.meta.outputs.tags }}
4747
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)