Fix PR workflows

This commit is contained in:
Max Isom 2021-12-18 12:12:38 -06:00
parent 86605f76a5
commit d4827b86d5
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -1,10 +1,6 @@
name: PR Workflow
on:
pull_request:
types: [opened, synchronize, ready_for_review, edited, closed]
branches:
- master
on: pull_request_target
jobs:
release:
@ -21,9 +17,9 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx-prs-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-buildx-prs-
- name: Login to DockerHub
uses: docker/login-action@v1