Skip to content

Commit

Permalink
Merge pull request #461 from runkecheng/bug_ci_fix_build_args
Browse files Browse the repository at this point in the history
ci: Fix `build-arg` not take effect.
  • Loading branch information
andyli029 authored Apr 22, 2022
2 parents e5bc8b4 + a1cdaa9 commit 0fc8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sidecar_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
push: true
file: Dockerfile.sidecar
tags: radondb/${{ matrix.version }}-sidecar:${{ inputs.image_tag }}
build-args: --build-arg XTRABACKUP_PKG=percona-xtrabackup-80
build-args: XTRABACKUP_PKG=percona-xtrabackup-80

0 comments on commit 0fc8226

Please sign in to comment.