Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awoimbee committed Oct 6, 2023
1 parent ccf4dfc commit 6f5f92e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ jobs:
run: |
cargo build
mv target/debug/trow trow
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and export container image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 6f5f92e

Please sign in to comment.