We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d07b41 commit e1b119eCopy full SHA for e1b119e
.github/workflows/faucet.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
REGISTRY: ghcr.io
9
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: cosmos/cosmjs-faucet
10
11
jobs:
12
build-and-push-image:
@@ -17,7 +17,6 @@ jobs:
17
packages: write
18
attestations: write
19
id-token: write
20
- #
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v4
@@ -41,7 +40,7 @@ jobs:
41
40
id: push
42
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
43
with:
44
- context: .
+ context: "{{defaultContext}}:packages/faucet"
45
push: true
46
tags: ${{ steps.meta.outputs.tags }}
47
labels: ${{ steps.meta.outputs.labels }}
0 commit comments