Update docker-image.yml
This commit is contained in:
parent
9c32490b0e
commit
d76701ca60
|
|
@ -14,16 +14,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Docker Publish
|
- run: docker build . -t raspberrypi99/request-mirror
|
||||||
# You may pin to the exact commit or the version.
|
- name: Dockerize
|
||||||
# uses: manusa/actions-publish-docker@db938e45d2a3487e0eab9646e83550f554c17af3
|
if: success()
|
||||||
uses: manusa/actions-publish-docker@v1.1.2
|
uses: manusa/actions-publish-docker@v1.1.2
|
||||||
with:
|
with:
|
||||||
# Name of the Docker image
|
name: raspberrypi99/request-mirror
|
||||||
name: request-mirror
|
|
||||||
# Tag for the Docker image
|
|
||||||
tag: latest
|
|
||||||
# Username for Docker registry
|
|
||||||
username: ${{ secrets.docker_hub_username }}
|
username: ${{ secrets.docker_hub_username }}
|
||||||
# Password for Docker registry
|
|
||||||
password: ${{ secrets.docker_hub_password }}
|
password: ${{ secrets.docker_hub_password }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue