Skip to content

Commit

Permalink
fix(ci): fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jul 6, 2024
1 parent 5c48207 commit 6aa70ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
with:
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max


- name: Run small selftest on build container image
Expand Down

0 comments on commit 6aa70ed

Please sign in to comment.