Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jul 26, 2024
1 parent 73859d7 commit 3ee0894
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Release Docs

# allows us to manually update the docs
on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -39,16 +42,8 @@ jobs:
context: .
push: true
tags: oengusio/docs:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

# Temp fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
cache-from: type=gha
cache-to: type=gha

- name: Trigger webhook
uses: distributhor/workflow-webhook@v3
Expand Down

0 comments on commit 3ee0894

Please sign in to comment.