diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 7e660f8..5e42bec 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -56,5 +56,5 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/${GITEA_REPOSITORY_NAME}:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/iventoy:latest