[ci] feat: try to skip buildcache
Some checks failed
Build and Publish / Build (push) Failing after 2s
Build and Publish / Deployment (push) Has been skipped

This commit is contained in:
Simon Cornet 2024-09-06 16:37:26 +02:00
parent 06560269f4
commit 6349cabfb3

View File

@ -15,10 +15,6 @@ jobs:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
# setup build action
- name: 'setup docker buildx'
uses: 'docker/setup-buildx-action@v3'
# checkout code # checkout code
- name: 'Clone repo' - name: 'Clone repo'
uses: 'actions/checkout@v2' uses: 'actions/checkout@v2'