Skip to content

Commit 972fd50

Browse files
committed
add docker push to staging
1 parent 85b9cff commit 972fd50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/stage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
args: release --rm-dist --snapshot
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
29+
- name: Publish
30+
uses: elgohr/Publish-Docker-Github-Action@master
31+
with:
32+
name: picostack/pico
33+
username: ${{ secrets.DOCKER_USERNAME }}
34+
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)