Skip to content

Commit cbaba8b

Browse files
authored
Update publish.yml
1 parent dea9f4d commit cbaba8b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8-
env:
9-
IMAGE_NAME: ${{ github.repository }}
10-
EVENT_NAME: ${{ github.event_name }}
118

129
jobs:
1310
main-workflow:
1411
uses: Evolutionary-Algorithms-On-Click/operations/.github/workflows/docker-publish.yml@main
1512
with:
1613
branch: ${{ github.ref }}
14+
image_name: ${{ github.repository }}
15+
event_name: ${{ github.event_name }}
1716
permissions:
1817
contents: read
1918
packages: write

0 commit comments

Comments
 (0)