We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a0260b + a0b9f50 commit 8704050Copy full SHA for 8704050
.github/workflows/changelog.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v2
13
14
- name: Changelog updated
15
- uses: Zomzog/changelog-checker@v1.1.0
+ uses: Zomzog/changelog-checker@v1.2.0
16
with:
17
fileName: CHANGELOG.md
18
env:
build-docker-image.sh
@@ -23,6 +23,8 @@ run() {
23
24
if "${push}"; then
25
build_args+=(--push)
26
+ else
27
+ build_args+=(--load)
28
fi
29
30
local dockerfile="Dockerfile.${2}"
@@ -64,7 +66,7 @@ run() {
64
66
;;
65
67
esac
68
- build_args+=(--pull --load)
69
+ build_args+=(--pull)
70
71
if [[ -n "${GITHUB_ACTIONS-}" ]]; then
72
build_args+=(
0 commit comments