Skip to content

Commit d727792

Browse files
authored
[CI] Fix nightly container publishing (#19125)
Seems to fix it, see run [here](https://github.com/intel/llvm/actions/runs/15860745834/job/44720440369). Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent c73c9d0 commit d727792

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devops/actions/build_container/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ runs:
3131
registry: ghcr.io
3232
username: ${{ inputs.username }}
3333
password: ${{ inputs.password }}
34+
- name: Set up Docker Buildx
35+
uses: docker/setup-buildx-action@v3.11.1
3436
- name: Build and Push Container
35-
uses: docker/build-push-action@v3.2.0
37+
uses: docker/build-push-action@v6.18.0
3638
with:
3739
push: ${{ inputs.push }}
3840
tags: ${{ inputs.tags }}

0 commit comments

Comments
 (0)