Add build version in log
All checks were successful
deploy / docker (push) Successful in 11m27s

This commit is contained in:
Florian RICHER 2023-11-21 23:37:30 +01:00
parent 64b5fdfebd
commit aca074ef01
4 changed files with 16 additions and 15 deletions

View file

@ -22,16 +22,16 @@ jobs:
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
# - name: Login to Docker Hub
# uses: https://github.com/docker/login-action@v3
# with:
# registry: gitea.mrdev023.fr
# username: ${{ secrets.USERNAME }}
# password: ${{ secrets.PASSWORD }}
#
# - name: Build and push
# uses: https://github.com/docker/build-push-action@v5
# with:
# context: .
# push: true
# tags: gitea.mrdev023.fr/florian.richer/portfolio:latest
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3
with:
registry: gitea.mrdev023.fr
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
with:
context: .
push: true
tags: gitea.mrdev023.fr/florian.richer/portfolio:latest