Skip to content

Commit d4d800f

Browse files
committed
Fixing workflow_dispatch
1 parent daa6aa2 commit d4d800f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dockerhub-arm64-push.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88
tags: [ 'v*.*.*' ]
99
pull_request:
1010
branches: [ 'master' ]
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:
1113

1214
env:
1315
REGISTRY: ghcr.io
1416
# github.repository as <account>/<repo>
1517
IMAGE_BASE: ${{ github.repository }}
1618
BUILD_DIR: .
1719

18-
# Allows you to run this workflow manually from the Actions tab
19-
workflow_dispatch:
20-
2120
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2221
jobs:
2322
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)