Skip to content

Commit e1b119e

Browse files
committed
Update CI config
1 parent 2d07b41 commit e1b119e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/faucet.yml

Lines changed: 2 additions & 3 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
@@ -41,7 +40,7 @@ jobs:
4140
id: push
4241
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4342
with:
44-
context: .
43+
context: "{{defaultContext}}:packages/faucet"
4544
push: true
4645
tags: ${{ steps.meta.outputs.tags }}
4746
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)