Skip to content

Commit 8328b7e

Browse files
authored
Merge pull request #8 from sap-linuxlab/dev
Trying to fix workflows
2 parents 3dd6fd2 + 50d6e12 commit 8328b7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-ee-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Build and Push latest Multi-Arch Execution Environment
33

44
on:
5-
#push:
6-
# branches: [ "main" ]
5+
push:
6+
branches: [ "main" ]
77
workflow_dispatch:
88

99
env:

.github/workflows/build-ee-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository_owner }}/sap-ee-dev
11+
IMAGE_NAME: ${{ github.repository }}/sap-ee-dev
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)