mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
5 lines
99 B
Makefile
5 lines
99 B
Makefile
.EXPORT_ALL_VARIABLES:
|
|
DOCKER_BUILDKIT=0# to prevent caching of test results
|
|
|
|
test:
|
|
docker build .
|