Skip to content

Commit

Permalink
Remove depot usage
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 authored Feb 23, 2025
1 parent 6f7ae1c commit 77de630
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,13 @@ 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 }}/a3p-emerynet

- name: Install deps
run: |
corepack enable || sudo corepack enable
Expand Down

0 comments on commit 77de630

Please sign in to comment.