Skip to content

Commit d37a5f9

Browse files
committed
fixup! Cache Docker images on GitHub container registry
1 parent 51075fe commit d37a5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
env:
1515
ARCH: ${{ matrix.ARCH }}
1616
DIST: bionic
17+
# not provided by GitHub by default
18+
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
1719
steps:
1820
- uses: actions/checkout@v4
1921
with:

0 commit comments

Comments
 (0)