We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea9f4d commit cbaba8bCopy full SHA for cbaba8b
1 file changed
.github/workflows/publish.yml
@@ -5,15 +5,14 @@ on:
5
branches: [main]
6
workflow_dispatch:
7
8
-env:
9
- IMAGE_NAME: ${{ github.repository }}
10
- EVENT_NAME: ${{ github.event_name }}
11
12
jobs:
13
main-workflow:
14
uses: Evolutionary-Algorithms-On-Click/operations/.github/workflows/docker-publish.yml@main
15
with:
16
branch: ${{ github.ref }}
+ image_name: ${{ github.repository }}
+ event_name: ${{ github.event_name }}
17
permissions:
18
contents: read
19
packages: write
0 commit comments