We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a564 commit 2680de0Copy full SHA for 2680de0
1 file changed
.github/workflows/build-and-push.yml
@@ -107,6 +107,7 @@ jobs:
107
platforms: linux/amd64,linux/arm64
108
push: ${{ github.event_name != 'workflow_dispatch' || inputs.push_image }}
109
tags: ${{ steps.harbor_tags.outputs.operator_tags }}
110
+ build-args: BASE_IMAGE=alpine:3
111
cache-from: type=gha
112
cache-to: type=gha,mode=max
113
@@ -119,6 +120,7 @@ jobs:
119
120
121
122
tags: ${{ steps.harbor_tags.outputs.logical_backup_tags }}
123
+ build-args: BASE_IMAGE=ubuntu:22.04
124
125
126
0 commit comments