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 3a621f5 commit e7418c0Copy full SHA for e7418c0
.github/workflows/stage.yml
@@ -30,7 +30,7 @@ jobs:
30
run: go build
31
32
- name: Publish
33
- uses: docker/docker/build-push-action@v1
+ uses: docker/build-push-action@v1
34
with:
35
username: ${{ secrets.DOCKER_USERNAME }}
36
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments