Merge branch 'main' of https://github.com/RexReposit/dickbot
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build -t smilerex/dickbot:latest .
|
run: docker build -t smilerex/dickbot:latest .
|
||||||
|
|
||||||
- name: Login docker
|
- name: Login docker
|
||||||
run: docker login -u ${{secrets.DOCKER_LOGIN}} -p ${{secrets.DOCKER_TOKEN}}
|
run: docker login -u ${{secrets.DOCKER_LOGIN}} -p ${{secrets.DOCKER_TOKEN}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user