diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index e05b53b..955be07 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: - uses: https://code.fritzlab.net/action/image-build@v1 with: - image: code.fritzlab.net/fritzlab/flock + image: code.fritzlab.net/fritzlab-public/flock build-args: GIT_SHA=${{ github.sha }} smoke-test: | docker run --rm $IMAGE --help || true @@ -18,7 +18,7 @@ jobs: - uses: https://code.fritzlab.net/action/image-push@v1 with: - image: code.fritzlab.net/fritzlab/flock + image: code.fritzlab.net/fritzlab-public/flock token: ${{ secrets.CI_BOT_TOKEN }} - org: fritzlab + org: fritzlab-public name: flock