Skip to content

Commit

Permalink
fix(ci): uses github context, fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious authored Oct 5, 2023
1 parent ae3a075 commit bfa542a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
- ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Login to the Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -29,7 +27,6 @@ jobs:
- name: Build image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: thinc-org/thinc-roadmap:latest
cache-from: type=gha
Expand Down

0 comments on commit bfa542a

Please sign in to comment.