We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f44fa commit 04e4ec2Copy full SHA for 04e4ec2
.github/workflows/build-job.yaml
@@ -41,9 +41,8 @@ jobs:
41
username: ${{ secrets.DOCKERHUB_USERNAME }}
42
password: ${{ secrets.DOCKERHUB_PASSWORD }}
43
44
- # Build Apache httpd images
45
- - name: Build and push experimental image
46
- if: github.event_name == 'push'
+ # See https://github.com/docker/build-push-action
+ - name: Build and push image
47
uses: docker/build-push-action@v2
48
with:
49
file: ${{ inputs.dockerfile }}
.github/workflows/build-release.yml
@@ -9,6 +9,8 @@ on:
9
types:
10
- published
11
12
+ workflow_dispatch:
13
+
14
jobs:
15
parse_release_tag:
16
if: github.event_name == 'release'
0 commit comments