Skip to content

Commit a2baeea

Browse files
committed
Allow docker cache to push
1 parent 9099ff1 commit a2baeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/behat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/build-push-action@v6
2929
with:
3030
context: .
31-
push: false
31+
push: true
3232
tags: user/app:latest
3333
cache-from: type=registry,ref=user/app:latest
3434
cache-to: type=inline

0 commit comments

Comments
 (0)