Skip to content

Commit

Permalink
Adding missing indentation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Dec 17, 2024
1 parent bdf40a8 commit 6538ab4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build Docker image
run: |
docker build --cache-from=type=local,src=/tmp/.buildx-cache --cache-to=type=local,dest=/tmp/.buildx-cache --tag my-image:latest .
docker build .

0 comments on commit 6538ab4

Please sign in to comment.