We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b9644 commit 8e26caaCopy full SHA for 8e26caa
.github/workflows/push.yml .github/workflows/dev.yml.github/workflows/push.yml renamed to .github/workflows/dev.yml
@@ -1,10 +1,13 @@
1
-name: Docker Build
+name: Edge version Build
2
3
-on: push
+on:
4
+ push:
5
+ branches:
6
+ - dev
7
8
jobs:
9
publish-to-docker-io:
- name: Publish to Docker.io
10
+ name: Publish edge to Docker.io
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v1
@@ -16,7 +19,7 @@ jobs:
16
19
cache: fspnetwork/nginx
17
20
tags: edge
18
21
publish-to-github-pkg:
- name: Publish to GitHub Package Registry
22
+ name: Publish edge to GitHub Package Registry
23
24
25
0 commit comments