Skip to content

Commit 66468a3

Browse files
author
Jack Yuan
committed
Push images built and loaded from load container action (SOFTWARE-4730)
1 parent bd6ec79 commit 66468a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@ runs:
4444
with:
4545
username: ${{ inputs.docker_username }}
4646
password: ${{ inputs.docker_password }}
47+
48+
- name: Build image
49+
uses: docker/[email protected]
50+
with:
51+
push: true
52+
build-args: BASE_YUM_REPO=${{ inputs.repo }}
53+
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
54+
cache-from: type=local,src=/tmp/.buildx-cache
4755

0 commit comments

Comments
 (0)