This commit is contained in:
parent
4e861df21d
commit
64b5fdfebd
1 changed files with 13 additions and 13 deletions
|
@ -22,16 +22,16 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
# - name: Login to Docker Hub
|
||||||
uses: https://github.com/docker/login-action@v3
|
# uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
registry: gitea.mrdev023.fr
|
# registry: gitea.mrdev023.fr
|
||||||
username: ${{ secrets.USERNAME }}
|
# username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
# password: ${{ secrets.PASSWORD }}
|
||||||
|
#
|
||||||
- name: Build and push
|
# - name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
# uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: .
|
# context: .
|
||||||
push: true
|
# push: true
|
||||||
tags: gitea.mrdev023.fr/florian.richer/portfolio:latest
|
# tags: gitea.mrdev023.fr/florian.richer/portfolio:latest
|
Loading…
Reference in a new issue