We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80eb62a commit 8612ca2Copy full SHA for 8612ca2
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
- if: github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
19
20
steps:
21
- uses: actions/checkout@v3
.github/workflows/docker.yml
@@ -22,4 +22,5 @@ jobs:
22
push: true
23
tags: |
24
ghcr.io/lemurpwned/video-sampler:latest
25
- ghcr.io/lemurpwned/video-sampler:${{github.sha}}
+ ghcr.io/lemurpwned/video-sampler:${{github.sha}}
26
+ file: docker/Dockerfile
Dockerfile docker/DockerfileDockerfile renamed to docker/Dockerfile
0 commit comments