workflows: fix workflow
All checks were successful
Build the portfolio website / build-portfolio-website (push) Successful in 1m7s
Build the portfolio website / build-and-release-image (push) Successful in 1m21s

This commit is contained in:
2025-06-29 11:16:10 +03:00
parent 45410eaf4f
commit 4879071e08

View File

@ -58,6 +58,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Generate timestamp
id: timestamp
run: echo "timestamp=$(date +%Y%m%d%H%M%S)" >> $GITEA_OUTPUT
- name: Build Docker image - name: Build Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: