mirror of https://github.com/Box-boi/vubuntu.git
Update dockerio-push.yml
This commit is contained in:
parent
be2e88f929
commit
2dc58e8e69
|
|
@ -1,4 +1,4 @@
|
|||
name: Docker Image CI
|
||||
name: Docker.io Image Push
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build & Push the Docker image
|
||||
run: docker build . --tag vubuntu:latest && docker push vubuntu:latest
|
||||
run: docker build ../ --tag vubuntu:latest && docker push vubuntu:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue