diff --git a/.github/workflows/docker-push-containers-to-dockerhub.yaml b/.github/workflows/docker-push-containers-to-dockerhub.yaml index 1d1e1f5..cd105fe 100644 --- a/.github/workflows/docker-push-containers-to-dockerhub.yaml +++ b/.github/workflows/docker-push-containers-to-dockerhub.yaml @@ -27,6 +27,6 @@ jobs: --no-cache \ --platform linux/amd64 \ --push \ - --tag senzing/sengingapi-runtime:latest \ - --tag senzing/senzingapi-runtime:${{ github.ref_name }} \ + --tag senzing/sengingapi-tools:latest \ + --tag senzing/senzingapi-tools:${{ github.ref_name }} \ .