File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
13
13
14
14
jobs :
15
15
build_and_push_images :
16
- if : github.repository == 'intel/llvm'
16
+ # if: github.repository == 'intel/llvm'
17
17
name : Build and Push Docker Images
18
18
runs-on : ubuntu-latest
19
19
permissions :
@@ -27,12 +27,12 @@ jobs:
27
27
- name : Build and Push Container
28
28
uses : ./devops/actions/build_container
29
29
with :
30
- push : ${{ github.event_name != 'pull_request' }}
30
+ # push: ${{ github.event_name != 'pull_request' }}
31
+ # I believe this should work:
32
+ push : true
31
33
file : release_build
32
34
username : ${{ github.repository_owner }}
33
35
password : ${{ secrets.GITHUB_TOKEN }}
34
36
tags : |
35
37
ghcr.io/${{ github.repository }}/release_build:latest-${{ github.sha }}
36
38
ghcr.io/${{ github.repository }}/release_build:latest
37
- build-args : ${{ matrix.build_args }}
38
-
You can’t perform that action at this time.
0 commit comments