Skip to content

Commit 4c2eb4b

Browse files
committed
use official docker action
1 parent ebf6404 commit 4c2eb4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
run: go build
3131

3232
- name: Publish
33-
uses: elgohr/Publish-Docker-Github-Action@master
33+
uses: docker/build-action@v1
3434
with:
35-
name: picostack/pico
3635
username: ${{ secrets.DOCKER_USERNAME }}
3736
password: ${{ secrets.DOCKER_PASSWORD }}
37+
repository: picostack/pico
38+
tags: staging
39+
tag_with_sha: true

0 commit comments

Comments
 (0)