From 2af4ff8b630226f166fbd56c60ef14d1fda764a2 Mon Sep 17 00:00:00 2001 From: Mahdi Robatipoor Date: Thu, 25 Jan 2024 10:32:50 +0330 Subject: [PATCH] try fix github actions --- .github/workflows/image-builder.yml | 6 +++--- .github/workflows/test-coverage.yml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index f4dbf45..b4ed1ea 100644 --- a/.github/workflows/image-builder.yml +++ b/.github/workflows/image-builder.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -23,7 +23,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: registry: ghcr.io username: ${{ github.actor }} @@ -35,7 +35,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/rustfulapi:latest + tags: ghcr.io/${{ github.repository_owner }}/pf:latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index c22f87e..6fcf27f 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -42,7 +42,7 @@ jobs: - name: Generate code coverage run: | - cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml + cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml --engine llvm - name: Upload to codecov.io uses: codecov/codecov-action@v3 diff --git a/README.md b/README.md index 14add32..c733180 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PasteFile 🗃️📂 📥 +# PasteFile 📁 📥 ![License](https://img.shields.io/github/license/robatipoor/pf) [![Lines Of Code](https://tokei.rs/b1/github/robatipoor/pf?category=code)](https://github.com/robatipoor/pf)