Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Feb 23, 2025
1 parent 078e31e commit 38a93b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

- id: meta
name: Extract metadata (tags, labels) for Docker
uses: docker/metadata-action@v5
Expand All @@ -86,7 +86,6 @@ jobs:
yarn build-cli
yarn synthetic-chain prepare-build
# Verify that all "use" images build across platforms.
- name: Build proposal "use" images
uses: depot/bake-action@v1
with:
Expand All @@ -101,7 +100,7 @@ jobs:

- name: Build and Push image
run: |
docker tag "${{ env.REGISTRY }}/${{ github.repository }}:latest" \
docker tag "${{ env.REGISTRY }}/agoric/agoric-3-proposals:latest" \
"${{ env.REGISTRY }}/agoric/a3p-emerynet:${{ env.TIMESTAMP }}"
docker push "${{ env.REGISTRY }}/agoric/a3p-emerynet:${{ env.TIMESTAMP }}"
Expand Down

0 comments on commit 38a93b8

Please sign in to comment.