Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf50144

Browse files
committedMay 17, 2024·
shorten paths
1 parent 1cf1226 commit bf50144

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/e2e-linux-docker-publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish Docker e2e.linux image
22
on:
33
push:
44
paths:
5-
- './docker/e2e.linux.Dockerfile'
6-
- './.github/workflows/e2e-linux-docker-publish.yml'
5+
- 'docker/e2e.linux.Dockerfile'
6+
- '.github/workflows/e2e-linux-docker-publish.yml'
77
pull_request:
88
paths:
9-
- './docker/e2e.linux.Dockerfile'
10-
- './.github/workflows/e2e-linux-docker-publish.yml'
9+
- 'docker/e2e.linux.Dockerfile'
10+
- '.github/workflows/e2e-linux-docker-publish.yml'
1111
jobs:
1212
push_to_registry:
1313
name: Push Docker image to package registry

0 commit comments

Comments
 (0)
Please sign in to comment.