Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
austins committed Aug 12, 2023
1 parent fba30e3 commit aeb0e1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: ./.github/workflows/test.yml
docker:
needs: test
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -38,7 +37,6 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to Docker registry
if: ${{ inputs.push }}
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
Expand Down Expand Up @@ -67,7 +65,6 @@ jobs:
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
#- name: Trigger deployment webhook
# if: ${{ inputs.push }}
# uses: distributhor/workflow-webhook@v2
# env:
# webhook_url: ${{ secrets.WEBHOOK_URL }}
Expand Down

0 comments on commit aeb0e1c

Please sign in to comment.