diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2ce98c5..7ee6e05 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -64,4 +64,4 @@ jobs: context: . file: Dockerfile push: true - tags: ${{ secrets.DOCKER_REGISTRY }}/my-portfolio:1.0 + tags: ${{ secrets.DOCKER_REGISTRY }}/my-portfolio:latest