We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1cf1226 commit bf50144Copy full SHA for bf50144
.github/workflows/e2e-linux-docker-publish.yml
@@ -2,12 +2,12 @@ name: Publish Docker e2e.linux image
2
on:
3
push:
4
paths:
5
- - './docker/e2e.linux.Dockerfile'
6
- - './.github/workflows/e2e-linux-docker-publish.yml'
+ - 'docker/e2e.linux.Dockerfile'
+ - '.github/workflows/e2e-linux-docker-publish.yml'
7
pull_request:
8
9
10
11
jobs:
12
push_to_registry:
13
name: Push Docker image to package registry
0 commit comments