Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Feb 25, 2024
1 parent 1e88b23 commit 72cb35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
build_and_publish_verifier:
needs: build_and_publish_db
needs: build_and_publish_binary
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
build_and_publish_mailer:
needs: build_and_publish_db
needs: build_and_publish_binary
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 72cb35f

Please sign in to comment.