Skip to content

Commit e7418c0

Browse files
committed
docker/build-push-action@v1
1 parent 3a621f5 commit e7418c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: go build
3131

3232
- name: Publish
33-
uses: docker/docker/build-push-action@v1
33+
uses: docker/build-push-action@v1
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)