We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd6fd2 + 50d6e12 commit 8328b7eCopy full SHA for 8328b7e
.github/workflows/build-ee-latest.yml
@@ -2,8 +2,8 @@
2
name: Build and Push latest Multi-Arch Execution Environment
3
4
on:
5
- #push:
6
- # branches: [ "main" ]
+ push:
+ branches: [ "main" ]
7
workflow_dispatch:
8
9
env:
.github/workflows/build-ee-weekly.yml
@@ -8,7 +8,7 @@ on:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository_owner }}/sap-ee-dev
+ IMAGE_NAME: ${{ github.repository }}/sap-ee-dev
12
13
jobs:
14
build:
0 commit comments