We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa6aa2 commit d4d800fCopy full SHA for d4d800f
.github/workflows/dockerhub-arm64-push.yml
@@ -8,16 +8,15 @@ on:
8
tags: [ 'v*.*.*' ]
9
pull_request:
10
branches: [ 'master' ]
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
13
14
env:
15
REGISTRY: ghcr.io
16
# github.repository as <account>/<repo>
17
IMAGE_BASE: ${{ github.repository }}
18
BUILD_DIR: .
19
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
20
-
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
23
# This workflow contains a single job called "build"
0 commit comments