ci: fix nightly db docker workflow typo
This commit is contained in:
parent
816cf8867e
commit
242626c849
2
.github/workflows/dev-db-nightly.yml
vendored
2
.github/workflows/dev-db-nightly.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
file: docker/db.Dockerfile
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
tags: ghcr.io/ietf-tools/datatracker-db:latest-${{ matrix.platform }}
|
||||
tags: ghcr.io/ietf-tools/datatracker-db:latest-${{ matrix.docker }}
|
||||
|
||||
combine:
|
||||
name: Create Docker Manifests
|
||||
|
|
Loading…
Reference in a new issue