Skip to content

Commit

Permalink
don't use depot
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Aug 12, 2024
1 parent 3560401 commit 8a5e37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- hook-api
- hook-janitor
- hook-worker
runs-on: depot-ubuntu-22.04-4
runs-on: ubuntu-22.04
permissions:
id-token: write # allow issuing OIDC tokens for this workflow run
contents: read # allow reading the repo contents
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build and push image
id: docker_build
uses: depot/build-push-action@v1
uses: docker/build-push-action@v5
with:
context: ./rust/
file: ./rust/Dockerfile
Expand Down

0 comments on commit 8a5e37c

Please sign in to comment.