fix(workflow): Fix Docker image path in GitHub action workflow

This commit is contained in:
2024-11-06 21:26:23 +01:00
parent b6bce76043
commit 3b77089d79
4 changed files with 8 additions and 3 deletions

View File

@ -75,7 +75,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
container:
image: code.foss.global/hosttoday/ht-docker-dbase:npmci
image: code.foss.global/host.today/ht-docker-dbase:npmci
steps:
- uses: actions/checkout@v3