Skip to content

Commit 3689431

Browse files
authored
Update docker-image.yml
1 parent 1680470 commit 3689431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_USERNAME }}/uwsgi:${{ steps.vars.outputs.tag }} --tag ${{ secrets.DOCKER_USERNAME }}/uwsgi:latest
3636

3737
- name: push
38-
run: docker push -t ${{ secrets.DOCKER_USERNAME }}/uwsgi:${{ steps.vars.outputs.tag }} --all-tags
38+
run: docker image push --all-tags ${{ secrets.DOCKER_USERNAME }}/uwsgi
3939

4040
#- name: Build and push
4141
# uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)