Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 authored Feb 23, 2025
1 parent 77de630 commit 078e31e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,24 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: depot/setup-action@v1
with:
oidc: true

- run: depot configure-docker

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

- id: meta
name: Extract metadata (tags, labels) for Docker
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/agoric/a3p-emerynet

- name: Install deps
run: |
Expand Down

0 comments on commit 078e31e

Please sign in to comment.