chore: docker main tag
This commit is contained in:
parent
7ba5143133
commit
b189dbe9d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: Build & push Docker image
|
name: Build & push Docker image
|
||||||
with:
|
with:
|
||||||
image: billchurch/webssh2
|
image: billchurch/webssh2
|
||||||
tags: latest
|
tags: main
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue