Skip to content

Commit beb5812

Browse files
committed
disable
1 parent 79898d3 commit beb5812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sycl-rel-container.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: read-all
1313

1414
jobs:
1515
build_and_push_images:
16-
if: github.repository == 'intel/llvm'
16+
# if: github.repository == 'intel/llvm'
1717
name: Build and Push Docker Images
1818
runs-on: ubuntu-latest
1919
permissions:
@@ -27,12 +27,12 @@ jobs:
2727
- name: Build and Push Container
2828
uses: ./devops/actions/build_container
2929
with:
30-
push: ${{ github.event_name != 'pull_request' }}
30+
# push: ${{ github.event_name != 'pull_request' }}
31+
# I believe this should work:
32+
push: true
3133
file: release_build
3234
username: ${{ github.repository_owner }}
3335
password: ${{ secrets.GITHUB_TOKEN }}
3436
tags: |
3537
ghcr.io/${{ github.repository }}/release_build:latest-${{ github.sha }}
3638
ghcr.io/${{ github.repository }}/release_build:latest
37-
build-args: ${{ matrix.build_args }}
38-

0 commit comments

Comments
 (0)